Html Css Color HEX #442239 Blackberry

📋 copy color: '#442239'

red 68 ◦ green 34 ◦ blue 57

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

Shades of Blackberry #442239

Tints of Blackberry #442239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 42.77%
G = 21.38%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#442239 (or 0x442239) is known color: Blackberry. HEX triplet: 44, 22 and 39. RGB value is (68,34,57). Sum of RGB (Red+Green+Blue) = 68+34+57=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442239 is #BBDDC6. Grayscale: #2E2E2E. Windows color (decimal): -12312007 or 3744324. OLE color: 3744324.

HSL color Cylindrical-coordinate representation of color #442239: hue angle of 319.41º 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 #442239 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 57 -
CMYK 0 0.50 0.16 0.73
HSL 319.41º 0.33% 0.2% -
HSV(B) 319.41º 0.5% 0.27% -
XYZ 3.69 2.67 4.19 -
YUV 46.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 68 34 57 0 0.50 0.16 0.73 319.41 0.33 0.2
Hex 44 22 39 0 32 10 49 13F 21 14
Octal 104 42 71 0 62 20 111 477 41 24
Binary 1000100 100010 111001 0 110010 10000 1001001 100111111 100001 10100

Color Harmonies of #442239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442239

Black with #442239

Text Example


Text Example

White with #442239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442239; }

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

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

background-color css

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

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

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

border-color css

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

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

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