Html Css Color HEX #1E0714 Blackberry

📋 copy color: '#1E0714'

red 30 ◦ green 7 ◦ blue 20

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

Shades of Blackberry #1E0714

Tints of Blackberry #1E0714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.28%

 BLUE value IS 20 (8.2% from 255) = 35.09%

R = 52.63%
G = 12.28%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#1E0714 (or 0x1E0714) is known color: Blackberry. HEX triplet: 1E, 07 and 14. RGB value is (30,7,20). Sum of RGB (Red+Green+Blue) = 30+7+20=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0714 is #E1F8EB. Grayscale: #0F0F0F. Windows color (decimal): -14809324 or 1312542. OLE color: 1312542.

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

Color convert

RGB 30 7 20 -
CMYK 0 0.77 0.33 0.88
HSL 326.09º 0.62% 0.07% -
HSV(B) 326.09º 0.77% 0.12% -
XYZ 0.74 0.48 0.72 -
YUV 15.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 30 7 20 0 0.77 0.33 0.88 326.09 0.62 0.07
Hex 1E 7 14 0 4D 21 58 146 3E 7
Octal 36 7 24 0 115 41 130 506 76 7
Binary 11110 111 10100 0 1001101 100001 1011000 101000110 111110 111

Color Harmonies of #1E0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0714

Black with #1E0714

Text Example


Text Example

White with #1E0714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,7,20); }

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

background-color css

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

 a { background-color: rgb(30,7,20); }

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

border-color css

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

 span { border-color: rgb(30,7,20); }

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