Html Css Color HEX #420734 Blackberry

📋 copy color: '#420734'

red 66 ◦ green 7 ◦ blue 52

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

Shades of Blackberry #420734

Tints of Blackberry #420734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 52.8%
G = 5.6%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#420734 (or 0x420734) is known color: Blackberry. HEX triplet: 42, 07 and 34. RGB value is (66,7,52). Sum of RGB (Red+Green+Blue) = 66+7+52=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #420734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420734 is #BDF8CB. Grayscale: #1D1D1D. Windows color (decimal): -12449996 or 3409730. OLE color: 3409730.

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

Color convert

RGB 66 7 52 -
CMYK 0 0.89 0.21 0.74
HSL 314.24º 0.81% 0.14% -
HSV(B) 314.24º 0.89% 0.26% -
XYZ 2.94 1.56 3.39 -
YUV 29.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 66 7 52 0 0.89 0.21 0.74 314.24 0.81 0.14
Hex 42 7 34 0 59 15 4A 13A 51 E
Octal 102 7 64 0 131 25 112 472 121 16
Binary 1000010 111 110100 0 1011001 10101 1001010 100111010 1010001 1110

Color Harmonies of #420734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420734

Black with #420734

Text Example


Text Example

White with #420734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420734; }

 p { color: rgb(66,7,52); }

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

background-color css

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

 a { background-color: rgb(66,7,52); }

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

border-color css

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

 span { border-color: rgb(66,7,52); }

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