Html Css Color HEX #1E0715 Blackberry

📋 copy color: '#1E0715'

red 30 ◦ green 7 ◦ blue 21

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

Shades of Blackberry #1E0715

Tints of Blackberry #1E0715

RGB

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

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

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

R = 51.72%
G = 12.07%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#1E0715 (or 0x1E0715) is known color: Blackberry. HEX triplet: 1E, 07 and 15. RGB value is (30,7,21). Sum of RGB (Red+Green+Blue) = 30+7+21=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0715 is #E1F8EA. Grayscale: #0F0F0F. Windows color (decimal): -14809323 or 1378078. OLE color: 1378078.

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

Color convert

RGB 30 7 21 -
CMYK 0 0.77 0.30 0.88
HSL 323.48º 0.62% 0.07% -
HSV(B) 323.48º 0.77% 0.12% -
XYZ 0.75 0.48 0.76 -
YUV 15.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 30 7 21 0 0.77 0.30 0.88 323.48 0.62 0.07
Hex 1E 7 15 0 4D 1E 58 143 3E 7
Octal 36 7 25 0 115 36 130 503 76 7
Binary 11110 111 10101 0 1001101 11110 1011000 101000011 111110 111

Color Harmonies of #1E0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0715

Black with #1E0715

Text Example


Text Example

White with #1E0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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