Html Css Color HEX #1E0614 Blackberry

📋 copy color: '#1E0614'

red 30 ◦ green 6 ◦ blue 20

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

Shades of Blackberry #1E0614

Tints of Blackberry #1E0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.71%

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

R = 53.57%
G = 10.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#1E0614 (or 0x1E0614) is known color: Blackberry. HEX triplet: 1E, 06 and 14. RGB value is (30,6,20). Sum of RGB (Red+Green+Blue) = 30+6+20=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0614 is #E1F9EB. Grayscale: #0E0E0E. Windows color (decimal): -14809580 or 1312286. OLE color: 1312286.

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

Color convert

RGB 30 6 20 -
CMYK 0 0.80 0.33 0.88
HSL 325º 0.67% 0.07% -
HSV(B) 325º 0.8% 0.12% -
XYZ 0.73 0.46 0.71 -
YUV 14.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 30 6 20 0 0.80 0.33 0.88 325 0.67 0.07
Hex 1E 6 14 0 50 21 58 145 43 7
Octal 36 6 24 0 120 41 130 505 103 7
Binary 11110 110 10100 0 1010000 100001 1011000 101000101 1000011 111

Color Harmonies of #1E0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0614

Black with #1E0614

Text Example


Text Example

White with #1E0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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