Html Css Color HEX #1E0B15 Blackberry

📋 copy color: '#1E0B15'

red 30 ◦ green 11 ◦ blue 21

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

Shades of Blackberry #1E0B15

Tints of Blackberry #1E0B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.74%

 BLUE value IS 21 (8.59% from 255) = 33.87%

R = 48.39%
G = 17.74%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#1E0B15 (or 0x1E0B15) is known color: Blackberry. HEX triplet: 1E, 0B and 15. RGB value is (30,11,21). Sum of RGB (Red+Green+Blue) = 30+11+21=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B15 is #E1F4EA. Grayscale: #111111. Windows color (decimal): -14808299 or 1379102. OLE color: 1379102.

HSL color Cylindrical-coordinate representation of color #1E0B15: hue angle of 328.42º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0B15 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 11 21 -
CMYK 0 0.63 0.30 0.88
HSL 328.42º 0.46% 0.08% -
HSV(B) 328.42º 0.63% 0.12% -
XYZ 0.79 0.57 0.78 -
YUV 17.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 30 11 21 0 0.63 0.30 0.88 328.42 0.46 0.08
Hex 1E B 15 0 3F 1E 58 148 2E 8
Octal 36 13 25 0 77 36 130 510 56 10
Binary 11110 1011 10101 0 111111 11110 1011000 101001000 101110 1000

Color Harmonies of #1E0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B15

Black with #1E0B15

Text Example


Text Example

White with #1E0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,11,21); }

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

background-color css

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

 a { background-color: rgb(30,11,21); }

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

border-color css

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

 span { border-color: rgb(30,11,21); }

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