Html Css Color HEX #1E0016 Blackberry

📋 copy color: '#1E0016'

red 30 ◦ green 0 ◦ blue 22

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

Shades of Blackberry #1E0016

Tints of Blackberry #1E0016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 42.31%

R = 57.69%
G = 0%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.88

RGB Variations

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

Color information

#1E0016 (or 0x1E0016) is known color: Blackberry. HEX triplet: 1E, 00 and 16. RGB value is (30,0,22). Sum of RGB (Red+Green+Blue) = 30+0+22=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0016 is #E1FFE9. Grayscale: #0B0B0B. Windows color (decimal): -14811114 or 1441822. OLE color: 1441822.

HSL color Cylindrical-coordinate representation of color #1E0016: hue angle of 316º 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 #1E0016 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 0 22 -
CMYK 0 1 0.27 0.88
HSL 316º 1% 0.06% -
HSV(B) 316º 1% 0.12% -
XYZ 0.68 0.33 0.79 -
YUV 11.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 30 0 22 0 1 0.27 0.88 316 1 0.06
Hex 1E 0 16 0 64 1B 58 13C 64 6
Octal 36 0 26 0 144 33 130 474 144 6
Binary 11110 0 10110 0 1100100 11011 1011000 100111100 1100100 110

Color Harmonies of #1E0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0016

Black with #1E0016

Text Example


Text Example

White with #1E0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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