Html Css Color HEX #420E30 Blackberry

📋 copy color: '#420E30'

red 66 ◦ green 14 ◦ blue 48

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

Shades of Blackberry #420E30

Tints of Blackberry #420E30

RGB

 RED value IS 66 (26.17% from 255) = 51.56%

 GREEN value IS 14 (5.86% from 255) = 10.94%

 BLUE value IS 48 (19.14% from 255) = 37.5%

R = 51.56%
G = 10.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#420E30 (or 0x420E30) is known color: Blackberry. HEX triplet: 42, 0E and 30. RGB value is (66,14,48). Sum of RGB (Red+Green+Blue) = 66+14+48=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #420E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E30 is #BDF1CF. Grayscale: #212121. Windows color (decimal): -12448208 or 3149378. OLE color: 3149378.

HSL color Cylindrical-coordinate representation of color #420E30: hue angle of 320.77º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E30 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 48 -
CMYK 0 0.79 0.27 0.74
HSL 320.77º 0.65% 0.16% -
HSV(B) 320.77º 0.79% 0.26% -
XYZ 2.94 1.69 2.97 -
YUV 33.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 66 14 48 0 0.79 0.27 0.74 320.77 0.65 0.16
Hex 42 E 30 0 4F 1B 4A 141 41 10
Octal 102 16 60 0 117 33 112 501 101 20
Binary 1000010 1110 110000 0 1001111 11011 1001010 101000001 1000001 10000

Color Harmonies of #420E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E30

Black with #420E30

Text Example


Text Example

White with #420E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E30; }

 p { color: rgb(66,14,48); }

 H1.HeaderClassName
 {
   color: #420E30;
 }
 .AnyTagClassName
 {
   color: #420E30;
 }
</style>

background-color css

<style>
 a { background-color: #420E30; }

 a { background-color: rgb(66,14,48); }

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

border-color css

<style>
 span { border-color: #420E30; }

 span { border-color: rgb(66,14,48); }

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