Html Css Color HEX #1E0713 Blackberry

📋 copy color: '#1E0713'

red 30 ◦ green 7 ◦ blue 19

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

Shades of Blackberry #1E0713

Tints of Blackberry #1E0713

RGB

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

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

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

R = 53.57%
G = 12.5%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#1E0713 (or 0x1E0713) is known color: Blackberry. HEX triplet: 1E, 07 and 13. RGB value is (30,7,19). Sum of RGB (Red+Green+Blue) = 30+7+19=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0713 is #E1F8EC. Grayscale: #0F0F0F. Windows color (decimal): -14809325 or 1247006. OLE color: 1247006.

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

Color convert

RGB 30 7 19 -
CMYK 0 0.77 0.37 0.88
HSL 328.7º 0.62% 0.07% -
HSV(B) 328.7º 0.77% 0.12% -
XYZ 0.73 0.47 0.67 -
YUV 15.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 30 7 19 0 0.77 0.37 0.88 328.7 0.62 0.07
Hex 1E 7 13 0 4D 25 58 149 3E 7
Octal 36 7 23 0 115 45 130 511 76 7
Binary 11110 111 10011 0 1001101 100101 1011000 101001001 111110 111

Color Harmonies of #1E0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0713

Black with #1E0713

Text Example


Text Example

White with #1E0713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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