Html Css Color HEX #250E1B Blackberry

📋 copy color: '#250E1B'

red 37 ◦ green 14 ◦ blue 27

#250E1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #250E1B

Tints of Blackberry #250E1B

RGB

 RED value IS 37 (14.84% from 255) = 47.44%

 GREEN value IS 14 (5.86% from 255) = 17.95%

 BLUE value IS 27 (10.94% from 255) = 34.62%

R = 47.44%
G = 17.95%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#250E1B (or 0x250E1B) is known color: Blackberry. HEX triplet: 25, 0E and 1B. RGB value is (37,14,27). Sum of RGB (Red+Green+Blue) = 37+14+27=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1B is #DAF1E4. Grayscale: #161616. Windows color (decimal): -14348773 or 1773093. OLE color: 1773093.

HSL color Cylindrical-coordinate representation of color #250E1B: hue angle of 326.09º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E1B is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 27 -
CMYK 0 0.62 0.27 0.85
HSL 326.09º 0.45% 0.1% -
HSV(B) 326.09º 0.62% 0.15% -
XYZ 1.12 0.79 1.13 -
YUV 22.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 37 14 27 0 0.62 0.27 0.85 326.09 0.45 0.1
Hex 25 E 1B 0 3E 1B 55 146 2D A
Octal 45 16 33 0 76 33 125 506 55 12
Binary 100101 1110 11011 0 111110 11011 1010101 101000110 101101 1010

Color Harmonies of #250E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E1B

Black with #250E1B

Text Example


Text Example

White with #250E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E1B; }

 p { color: rgb(37,14,27); }

 H1.HeaderClassName
 {
   color: #250E1B;
 }
 .AnyTagClassName
 {
   color: #250E1B;
 }
</style>

background-color css

<style>
 a { background-color: #250E1B; }

 a { background-color: rgb(37,14,27); }

 div.DivClassName
 {
   background-color: #250E1B;
 }
 .BgClassName
 {
   background-color: #250E1B;
 }
</style>

border-color css

<style>
 span { border-color: #250E1B; }

 span { border-color: rgb(37,14,27); }

 td.TdClassName
 {
   border-color: #250E1B;
 }
 .TagClassName
 {
   border-color: #250E1B;
 }
</style>