Html Css Color HEX #1E0F17 Blackberry

📋 copy color: '#1E0F17'

red 30 ◦ green 15 ◦ blue 23

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

Shades of Blackberry #1E0F17

Tints of Blackberry #1E0F17

RGB

 RED value IS 30 (12.11% from 255) = 44.12%

 GREEN value IS 15 (6.25% from 255) = 22.06%

 BLUE value IS 23 (9.38% from 255) = 33.82%

R = 44.12%
G = 22.06%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1E0F17 (or 0x1E0F17) is known color: Blackberry. HEX triplet: 1E, 0F and 17. RGB value is (30,15,23). Sum of RGB (Red+Green+Blue) = 30+15+23=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F17 is #E1F0E8. Grayscale: #141414. Windows color (decimal): -14807273 or 1511198. OLE color: 1511198.

HSL color Cylindrical-coordinate representation of color #1E0F17: hue angle of 328º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E0F17 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 15 23 -
CMYK 0 0.5 0.23 0.88
HSL 328º 0.33% 0.09% -
HSV(B) 328º 0.5% 0.12% -
XYZ 0.86 0.68 0.9 -
YUV 20.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 30 15 23 0 0.5 0.23 0.88 328 0.33 0.09
Hex 1E F 17 0 32 17 58 148 21 9
Octal 36 17 27 0 62 27 130 510 41 11
Binary 11110 1111 10111 0 110010 10111 1011000 101001000 100001 1001

Color Harmonies of #1E0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0F17

Black with #1E0F17

Text Example


Text Example

White with #1E0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E0F17; }

 p { color: rgb(30,15,23); }

 H1.HeaderClassName
 {
   color: #1E0F17;
 }
 .AnyTagClassName
 {
   color: #1E0F17;
 }
</style>

background-color css

<style>
 a { background-color: #1E0F17; }

 a { background-color: rgb(30,15,23); }

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

border-color css

<style>
 span { border-color: #1E0F17; }

 span { border-color: rgb(30,15,23); }

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