Html Css Color HEX #442237 Blackberry

📋 copy color: '#442237'

red 68 ◦ green 34 ◦ blue 55

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

Shades of Blackberry #442237

Tints of Blackberry #442237

RGB

 RED value IS 68 (26.95% from 255) = 43.31%

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 43.31%
G = 21.66%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442237 (or 0x442237) is known color: Blackberry. HEX triplet: 44, 22 and 37. RGB value is (68,34,55). Sum of RGB (Red+Green+Blue) = 68+34+55=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442237 is #BBDDC8. Grayscale: #2E2E2E. Windows color (decimal): -12312009 or 3613252. OLE color: 3613252.

HSL color Cylindrical-coordinate representation of color #442237: hue angle of 322.94º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442237 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 55 -
CMYK 0 0.50 0.19 0.73
HSL 322.94º 0.33% 0.2% -
HSV(B) 322.94º 0.5% 0.27% -
XYZ 3.65 2.65 3.93 -
YUV 46.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 68 34 55 0 0.50 0.19 0.73 322.94 0.33 0.2
Hex 44 22 37 0 32 13 49 143 21 14
Octal 104 42 67 0 62 23 111 503 41 24
Binary 1000100 100010 110111 0 110010 10011 1001001 101000011 100001 10100

Color Harmonies of #442237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442237

Black with #442237

Text Example


Text Example

White with #442237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442237; }

 p { color: rgb(68,34,55); }

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

background-color css

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

 a { background-color: rgb(68,34,55); }

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

border-color css

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

 span { border-color: rgb(68,34,55); }

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