Html Css Color HEX #420D2B Blackberry

📋 copy color: '#420D2B'

red 66 ◦ green 13 ◦ blue 43

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

Shades of Blackberry #420D2B

Tints of Blackberry #420D2B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

 BLUE value IS 43 (17.19% from 255) = 35.25%

R = 54.1%
G = 10.66%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#420D2B (or 0x420D2B) is known color: Blackberry. HEX triplet: 42, 0D and 2B. RGB value is (66,13,43). Sum of RGB (Red+Green+Blue) = 66+13+43=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #420D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420D2B is #BDF2D4. Grayscale: #202020. Windows color (decimal): -12448469 or 2821442. OLE color: 2821442.

HSL color Cylindrical-coordinate representation of color #420D2B: hue angle of 326.04º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420D2B is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 13 43 -
CMYK 0 0.80 0.35 0.74
HSL 326.04º 0.67% 0.15% -
HSV(B) 326.04º 0.8% 0.26% -
XYZ 2.83 1.62 2.45 -
YUV 32.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 66 13 43 0 0.80 0.35 0.74 326.04 0.67 0.15
Hex 42 D 2B 0 50 23 4A 146 43 F
Octal 102 15 53 0 120 43 112 506 103 17
Binary 1000010 1101 101011 0 1010000 100011 1001010 101000110 1000011 1111

Color Harmonies of #420D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D2B

Black with #420D2B

Text Example


Text Example

White with #420D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,43); }

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

background-color css

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

 a { background-color: rgb(66,13,43); }

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

border-color css

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

 span { border-color: rgb(66,13,43); }

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