Html Css Color HEX #441133 Blackberry

📋 copy color: '#441133'

red 68 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #441133

Tints of Blackberry #441133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

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

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#441133 (or 0x441133) is known color: Blackberry. HEX triplet: 44, 11 and 33. RGB value is (68,17,51). Sum of RGB (Red+Green+Blue) = 68+17+51=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #441133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441133 is #BBEECC. Grayscale: #242424. Windows color (decimal): -12316365 or 3346756. OLE color: 3346756.

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

Color convert

RGB 68 17 51 -
CMYK 0 0.75 0.25 0.73
HSL 320º 0.6% 0.17% -
HSV(B) 320º 0.75% 0.27% -
XYZ 3.18 1.87 3.32 -
YUV 36.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 68 17 51 0 0.75 0.25 0.73 320 0.6 0.17
Hex 44 11 33 0 4B 19 49 140 3C 11
Octal 104 21 63 0 113 31 111 500 74 21
Binary 1000100 10001 110011 0 1001011 11001 1001001 101000000 111100 10001

Color Harmonies of #441133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441133

Black with #441133

Text Example


Text Example

White with #441133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441133; }

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

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

background-color css

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

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

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

border-color css

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

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

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