Html Css Color HEX #1E0612 Blackberry

📋 copy color: '#1E0612'

red 30 ◦ green 6 ◦ blue 18

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

Shades of Blackberry #1E0612

Tints of Blackberry #1E0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.11%

 BLUE value IS 18 (7.42% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#1E0612 (or 0x1E0612) is known color: Blackberry. HEX triplet: 1E, 06 and 12. RGB value is (30,6,18). Sum of RGB (Red+Green+Blue) = 30+6+18=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0612 is #E1F9ED. Grayscale: #0E0E0E. Windows color (decimal): -14809582 or 1181214. OLE color: 1181214.

HSL color Cylindrical-coordinate representation of color #1E0612: hue angle of 330º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0612 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 6 18 -
CMYK 0 0.80 0.40 0.88
HSL 330º 0.67% 0.07% -
HSV(B) 330º 0.8% 0.12% -
XYZ 0.71 0.45 0.62 -
YUV 14.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 30 6 18 0 0.80 0.40 0.88 330 0.67 0.07
Hex 1E 6 12 0 50 28 58 14A 43 7
Octal 36 6 22 0 120 50 130 512 103 7
Binary 11110 110 10010 0 1010000 101000 1011000 101001010 1000011 111

Color Harmonies of #1E0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0612

Black with #1E0612

Text Example


Text Example

White with #1E0612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,6,18); }

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

background-color css

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

 a { background-color: rgb(30,6,18); }

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

border-color css

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

 span { border-color: rgb(30,6,18); }

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