Html Css Color HEX #420733 Blackberry

📋 copy color: '#420733'

red 66 ◦ green 7 ◦ blue 51

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

Shades of Blackberry #420733

Tints of Blackberry #420733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 53.23%
G = 5.65%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#420733 (or 0x420733) is known color: Blackberry. HEX triplet: 42, 07 and 33. RGB value is (66,7,51). Sum of RGB (Red+Green+Blue) = 66+7+51=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420733 is #BDF8CC. Grayscale: #1D1D1D. Windows color (decimal): -12449997 or 3344194. OLE color: 3344194.

HSL color Cylindrical-coordinate representation of color #420733: hue angle of 315.25º 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 #420733 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 7 51 -
CMYK 0 0.89 0.23 0.74
HSL 315.25º 0.81% 0.14% -
HSV(B) 315.25º 0.89% 0.26% -
XYZ 2.92 1.55 3.28 -
YUV 29.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 66 7 51 0 0.89 0.23 0.74 315.25 0.81 0.14
Hex 42 7 33 0 59 17 4A 13B 51 E
Octal 102 7 63 0 131 27 112 473 121 16
Binary 1000010 111 110011 0 1011001 10111 1001010 100111011 1010001 1110

Color Harmonies of #420733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420733

Black with #420733

Text Example


Text Example

White with #420733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420733; }

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

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

background-color css

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

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

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

border-color css

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

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

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