Html Css Color HEX #440229 Blackberry

📋 copy color: '#440229'

red 68 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #440229

Tints of Blackberry #440229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 41 (16.41% from 255) = 36.94%

R = 61.26%
G = 1.8%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#440229 (or 0x440229) is known color: Blackberry. HEX triplet: 44, 02 and 29. RGB value is (68,2,41). Sum of RGB (Red+Green+Blue) = 68+2+41=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440229 is #BBFDD6. Grayscale: #1A1A1A. Windows color (decimal): -12320215 or 2687556. OLE color: 2687556.

HSL color Cylindrical-coordinate representation of color #440229: hue angle of 324.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440229 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 2 41 -
CMYK 0 0.97 0.40 0.73
HSL 324.55º 0.94% 0.14% -
HSV(B) 324.55º 0.97% 0.27% -
XYZ 2.81 1.43 2.23 -
YUV 26.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 68 2 41 0 0.97 0.40 0.73 324.55 0.94 0.14
Hex 44 2 29 0 61 28 49 145 5E E
Octal 104 2 51 0 141 50 111 505 136 16
Binary 1000100 10 101001 0 1100001 101000 1001001 101000101 1011110 1110

Color Harmonies of #440229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440229

Black with #440229

Text Example


Text Example

White with #440229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440229; }

 p { color: rgb(68,2,41); }

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

background-color css

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

 a { background-color: rgb(68,2,41); }

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

border-color css

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

 span { border-color: rgb(68,2,41); }

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