Html Css Color HEX #442337 Blackberry

📋 copy color: '#442337'

red 68 ◦ green 35 ◦ blue 55

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

Shades of Blackberry #442337

Tints of Blackberry #442337

RGB

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

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

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

R = 43.04%
G = 22.15%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442337 (or 0x442337) is known color: Blackberry. HEX triplet: 44, 23 and 37. RGB value is (68,35,55). Sum of RGB (Red+Green+Blue) = 68+35+55=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442337 is #BBDCC8. Grayscale: #2F2F2F. Windows color (decimal): -12311753 or 3613508. OLE color: 3613508.

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

Color convert

RGB 68 35 55 -
CMYK 0 0.49 0.19 0.73
HSL 323.64º 0.32% 0.2% -
HSV(B) 323.64º 0.49% 0.27% -
XYZ 3.67 2.71 3.94 -
YUV 47.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 68 35 55 0 0.49 0.19 0.73 323.64 0.32 0.2
Hex 44 23 37 0 31 13 49 144 20 14
Octal 104 43 67 0 61 23 111 504 40 24
Binary 1000100 100011 110111 0 110001 10011 1001001 101000100 100000 10100

Color Harmonies of #442337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442337

Black with #442337

Text Example


Text Example

White with #442337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442337; }

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

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

background-color css

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

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

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

border-color css

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

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

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