Html Css Color HEX #422336 Blackberry

📋 copy color: '#422336'

red 66 ◦ green 35 ◦ blue 54

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

Shades of Blackberry #422336

Tints of Blackberry #422336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 42.58%
G = 22.58%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#422336 (or 0x422336) is known color: Blackberry. HEX triplet: 42, 23 and 36. RGB value is (66,35,54). Sum of RGB (Red+Green+Blue) = 66+35+54=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422336 is #BDDCC9. Grayscale: #2E2E2E. Windows color (decimal): -12442826 or 3547970. OLE color: 3547970.

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

Color convert

RGB 66 35 54 -
CMYK 0 0.47 0.18 0.74
HSL 323.23º 0.31% 0.2% -
HSV(B) 323.23º 0.47% 0.26% -
XYZ 3.51 2.63 3.81 -
YUV 46.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 66 35 54 0 0.47 0.18 0.74 323.23 0.31 0.2
Hex 42 23 36 0 2F 12 4A 143 1F 14
Octal 102 43 66 0 57 22 112 503 37 24
Binary 1000010 100011 110110 0 101111 10010 1001010 101000011 11111 10100

Color Harmonies of #422336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422336

Black with #422336

Text Example


Text Example

White with #422336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422336; }

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

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

background-color css

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

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

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

border-color css

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

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

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