Html Css Color HEX #1E0513 Blackberry

📋 copy color: '#1E0513'

red 30 ◦ green 5 ◦ blue 19

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

Shades of Blackberry #1E0513

Tints of Blackberry #1E0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 55.56%
G = 9.26%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#1E0513 (or 0x1E0513) is known color: Blackberry. HEX triplet: 1E, 05 and 13. RGB value is (30,5,19). Sum of RGB (Red+Green+Blue) = 30+5+19=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0513 is #E1FAEC. Grayscale: #0E0E0E. Windows color (decimal): -14809837 or 1246494. OLE color: 1246494.

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

Color convert

RGB 30 5 19 -
CMYK 0 0.83 0.37 0.88
HSL 326.4º 0.71% 0.07% -
HSV(B) 326.4º 0.83% 0.12% -
XYZ 0.71 0.43 0.66 -
YUV 14.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 30 5 19 0 0.83 0.37 0.88 326.4 0.71 0.07
Hex 1E 5 13 0 53 25 58 146 47 7
Octal 36 5 23 0 123 45 130 506 107 7
Binary 11110 101 10011 0 1010011 100101 1011000 101000110 1000111 111

Color Harmonies of #1E0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0513

Black with #1E0513

Text Example


Text Example

White with #1E0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,5,19); }

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

background-color css

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

 a { background-color: rgb(30,5,19); }

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

border-color css

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

 span { border-color: rgb(30,5,19); }

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