Html Css Color HEX #441233 Blackberry

📋 copy color: '#441233'

red 68 ◦ green 18 ◦ blue 51

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

Shades of Blackberry #441233

Tints of Blackberry #441233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 49.64%
G = 13.14%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#441233 (or 0x441233) is known color: Blackberry. HEX triplet: 44, 12 and 33. RGB value is (68,18,51). Sum of RGB (Red+Green+Blue) = 68+18+51=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #441233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441233 is #BBEDCC. Grayscale: #242424. Windows color (decimal): -12316109 or 3347012. OLE color: 3347012.

HSL color Cylindrical-coordinate representation of color #441233: hue angle of 320.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441233 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 18 51 -
CMYK 0 0.74 0.25 0.73
HSL 320.4º 0.58% 0.17% -
HSV(B) 320.4º 0.74% 0.27% -
XYZ 3.2 1.9 3.33 -
YUV 36.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 68 18 51 0 0.74 0.25 0.73 320.4 0.58 0.17
Hex 44 12 33 0 4A 19 49 140 3A 11
Octal 104 22 63 0 112 31 111 500 72 21
Binary 1000100 10010 110011 0 1001010 11001 1001001 101000000 111010 10001

Color Harmonies of #441233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441233

Black with #441233

Text Example


Text Example

White with #441233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441233; }

 p { color: rgb(68,18,51); }

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

background-color css

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

 a { background-color: rgb(68,18,51); }

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

border-color css

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

 span { border-color: rgb(68,18,51); }

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