Html Css Color HEX #420F30 Blackberry

📋 copy color: '#420F30'

red 66 ◦ green 15 ◦ blue 48

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

Shades of Blackberry #420F30

Tints of Blackberry #420F30

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.63%

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

R = 51.16%
G = 11.63%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#420F30 (or 0x420F30) is known color: Blackberry. HEX triplet: 42, 0F and 30. RGB value is (66,15,48). Sum of RGB (Red+Green+Blue) = 66+15+48=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F30 is #BDF0CF. Grayscale: #212121. Windows color (decimal): -12447952 or 3149634. OLE color: 3149634.

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

Color convert

RGB 66 15 48 -
CMYK 0 0.77 0.27 0.74
HSL 321.18º 0.63% 0.16% -
HSV(B) 321.18º 0.77% 0.26% -
XYZ 2.95 1.71 2.97 -
YUV 34.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 66 15 48 0 0.77 0.27 0.74 321.18 0.63 0.16
Hex 42 F 30 0 4D 1B 4A 141 3F 10
Octal 102 17 60 0 115 33 112 501 77 20
Binary 1000010 1111 110000 0 1001101 11011 1001010 101000001 111111 10000

Color Harmonies of #420F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F30

Black with #420F30

Text Example


Text Example

White with #420F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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