Html Css Color HEX #1E0015 Blackberry

📋 copy color: '#1E0015'

red 30 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #1E0015

Tints of Blackberry #1E0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.82%
G = 0%
B = 41.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#1E0015 (or 0x1E0015) is known color: Blackberry. HEX triplet: 1E, 00 and 15. RGB value is (30,0,21). Sum of RGB (Red+Green+Blue) = 30+0+21=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0015 is #E1FFEA. Grayscale: #0B0B0B. Windows color (decimal): -14811115 or 1376286. OLE color: 1376286.

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

Color convert

RGB 30 0 21 -
CMYK 0 1 0.30 0.88
HSL 318º 1% 0.06% -
HSV(B) 318º 1% 0.12% -
XYZ 0.67 0.33 0.74 -
YUV 11.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 30 0 21 0 1 0.30 0.88 318 1 0.06
Hex 1E 0 15 0 64 1E 58 13E 64 6
Octal 36 0 25 0 144 36 130 476 144 6
Binary 11110 0 10101 0 1100100 11110 1011000 100111110 1100100 110

Color Harmonies of #1E0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0015

Black with #1E0015

Text Example


Text Example

White with #1E0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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