Html Css Color HEX #442037 Blackberry

📋 copy color: '#442037'

red 68 ◦ green 32 ◦ blue 55

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

Shades of Blackberry #442037

Tints of Blackberry #442037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 43.87%
G = 20.65%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442037 (or 0x442037) is known color: Blackberry. HEX triplet: 44, 20 and 37. RGB value is (68,32,55). Sum of RGB (Red+Green+Blue) = 68+32+55=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442037 is #BBDFC8. Grayscale: #2D2D2D. Windows color (decimal): -12312521 or 3612740. OLE color: 3612740.

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

Color convert

RGB 68 32 55 -
CMYK 0 0.53 0.19 0.73
HSL 321.67º 0.36% 0.2% -
HSV(B) 321.67º 0.53% 0.27% -
XYZ 3.59 2.54 3.92 -
YUV 45.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 68 32 55 0 0.53 0.19 0.73 321.67 0.36 0.2
Hex 44 20 37 0 35 13 49 142 24 14
Octal 104 40 67 0 65 23 111 502 44 24
Binary 1000100 100000 110111 0 110101 10011 1001001 101000010 100100 10100

Color Harmonies of #442037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442037

Black with #442037

Text Example


Text Example

White with #442037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442037; }

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

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

background-color css

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

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

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

border-color css

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

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

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