Html Css Color HEX #442138 Blackberry

📋 copy color: '#442138'

red 68 ◦ green 33 ◦ blue 56

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

Shades of Blackberry #442138

Tints of Blackberry #442138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.67%

R = 43.31%
G = 21.02%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#442138 (or 0x442138) is known color: Blackberry. HEX triplet: 44, 21 and 38. RGB value is (68,33,56). Sum of RGB (Red+Green+Blue) = 68+33+56=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442138 is #BBDEC7. Grayscale: #2E2E2E. Windows color (decimal): -12312264 or 3678532. OLE color: 3678532.

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

Color convert

RGB 68 33 56 -
CMYK 0 0.51 0.18 0.73
HSL 320.57º 0.35% 0.2% -
HSV(B) 320.57º 0.51% 0.27% -
XYZ 3.64 2.6 4.05 -
YUV 46.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 68 33 56 0 0.51 0.18 0.73 320.57 0.35 0.2
Hex 44 21 38 0 33 12 49 141 23 14
Octal 104 41 70 0 63 22 111 501 43 24
Binary 1000100 100001 111000 0 110011 10010 1001001 101000001 100011 10100

Color Harmonies of #442138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442138

Black with #442138

Text Example


Text Example

White with #442138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442138; }

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

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

background-color css

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

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

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

border-color css

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

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

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