Html Css Color HEX #420529 Blackberry

📋 copy color: '#420529'

red 66 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #420529

Tints of Blackberry #420529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 41 (16.41% from 255) = 36.61%

R = 58.93%
G = 4.46%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#420529 (or 0x420529) is known color: Blackberry. HEX triplet: 42, 05 and 29. RGB value is (66,5,41). Sum of RGB (Red+Green+Blue) = 66+5+41=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #420529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420529 is #BDFAD6. Grayscale: #1B1B1B. Windows color (decimal): -12450519 or 2688322. OLE color: 2688322.

HSL color Cylindrical-coordinate representation of color #420529: hue angle of 324.59º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420529 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 41 -
CMYK 0 0.92 0.38 0.74
HSL 324.59º 0.86% 0.14% -
HSV(B) 324.59º 0.92% 0.26% -
XYZ 2.7 1.43 2.23 -
YUV 27.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 66 5 41 0 0.92 0.38 0.74 324.59 0.86 0.14
Hex 42 5 29 0 5C 26 4A 145 56 E
Octal 102 5 51 0 134 46 112 505 126 16
Binary 1000010 101 101001 0 1011100 100110 1001010 101000101 1010110 1110

Color Harmonies of #420529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420529

Black with #420529

Text Example


Text Example

White with #420529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420529; }

 p { color: rgb(66,5,41); }

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

background-color css

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

 a { background-color: rgb(66,5,41); }

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

border-color css

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

 span { border-color: rgb(66,5,41); }

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