Html Css Color HEX #442238 Blackberry

📋 copy color: '#442238'

red 68 ◦ green 34 ◦ blue 56

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

Shades of Blackberry #442238

Tints of Blackberry #442238

RGB

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

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

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

R = 43.04%
G = 21.52%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#442238 (or 0x442238) is known color: Blackberry. HEX triplet: 44, 22 and 38. RGB value is (68,34,56). Sum of RGB (Red+Green+Blue) = 68+34+56=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442238 is #BBDDC7. Grayscale: #2E2E2E. Windows color (decimal): -12312008 or 3678788. OLE color: 3678788.

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

Color convert

RGB 68 34 56 -
CMYK 0 0.50 0.18 0.73
HSL 321.18º 0.33% 0.2% -
HSV(B) 321.18º 0.5% 0.27% -
XYZ 3.67 2.66 4.06 -
YUV 46.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 68 34 56 0 0.50 0.18 0.73 321.18 0.33 0.2
Hex 44 22 38 0 32 12 49 141 21 14
Octal 104 42 70 0 62 22 111 501 41 24
Binary 1000100 100010 111000 0 110010 10010 1001001 101000001 100001 10100

Color Harmonies of #442238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442238

Black with #442238

Text Example


Text Example

White with #442238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442238; }

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

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

background-color css

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

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

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

border-color css

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

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

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