Html Css Color HEX #422337 Blackberry

📋 copy color: '#422337'

red 66 ◦ green 35 ◦ blue 55

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

Shades of Blackberry #422337

Tints of Blackberry #422337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 55 (21.88% from 255) = 35.26%

R = 42.31%
G = 22.44%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#422337 (or 0x422337) is known color: Blackberry. HEX triplet: 42, 23 and 37. RGB value is (66,35,55). Sum of RGB (Red+Green+Blue) = 66+35+55=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422337 is #BDDCC8. Grayscale: #2E2E2E. Windows color (decimal): -12442825 or 3613506. OLE color: 3613506.

HSL color Cylindrical-coordinate representation of color #422337: hue angle of 321.29º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #422337 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 55 -
CMYK 0 0.47 0.17 0.74
HSL 321.29º 0.31% 0.2% -
HSV(B) 321.29º 0.47% 0.26% -
XYZ 3.54 2.64 3.94 -
YUV 46.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 66 35 55 0 0.47 0.17 0.74 321.29 0.31 0.2
Hex 42 23 37 0 2F 11 4A 141 1F 14
Octal 102 43 67 0 57 21 112 501 37 24
Binary 1000010 100011 110111 0 101111 10001 1001010 101000001 11111 10100

Color Harmonies of #422337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422337

Black with #422337

Text Example


Text Example

White with #422337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422337; }

 p { color: rgb(66,35,55); }

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

background-color css

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

 a { background-color: rgb(66,35,55); }

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

border-color css

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

 span { border-color: rgb(66,35,55); }

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