Html Css Color HEX #442137 Blackberry

📋 copy color: '#442137'

red 68 ◦ green 33 ◦ blue 55

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

Shades of Blackberry #442137

Tints of Blackberry #442137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

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

R = 43.59%
G = 21.15%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442137 (or 0x442137) is known color: Blackberry. HEX triplet: 44, 21 and 37. RGB value is (68,33,55). Sum of RGB (Red+Green+Blue) = 68+33+55=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #442137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442137 is #BBDEC8. Grayscale: #2D2D2D. Windows color (decimal): -12312265 or 3612996. OLE color: 3612996.

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

Color convert

RGB 68 33 55 -
CMYK 0 0.51 0.19 0.73
HSL 322.29º 0.35% 0.2% -
HSV(B) 322.29º 0.51% 0.27% -
XYZ 3.62 2.59 3.92 -
YUV 45.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 68 33 55 0 0.51 0.19 0.73 322.29 0.35 0.2
Hex 44 21 37 0 33 13 49 142 23 14
Octal 104 41 67 0 63 23 111 502 43 24
Binary 1000100 100001 110111 0 110011 10011 1001001 101000010 100011 10100

Color Harmonies of #442137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442137

Black with #442137

Text Example


Text Example

White with #442137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442137; }

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

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

background-color css

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

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

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

border-color css

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

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

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