Html Css Color HEX #441033 Blackberry

📋 copy color: '#441033'

red 68 ◦ green 16 ◦ blue 51

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

Shades of Blackberry #441033

Tints of Blackberry #441033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 50.37%
G = 11.85%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#441033 (or 0x441033) is known color: Blackberry. HEX triplet: 44, 10 and 33. RGB value is (68,16,51). Sum of RGB (Red+Green+Blue) = 68+16+51=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #441033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441033 is #BBEFCC. Grayscale: #232323. Windows color (decimal): -12316621 or 3346500. OLE color: 3346500.

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

Color convert

RGB 68 16 51 -
CMYK 0 0.76 0.25 0.73
HSL 319.62º 0.62% 0.16% -
HSV(B) 319.62º 0.76% 0.27% -
XYZ 3.17 1.84 3.32 -
YUV 35.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 68 16 51 0 0.76 0.25 0.73 319.62 0.62 0.16
Hex 44 10 33 0 4C 19 49 140 3E 10
Octal 104 20 63 0 114 31 111 500 76 20
Binary 1000100 10000 110011 0 1001100 11001 1001001 101000000 111110 10000

Color Harmonies of #441033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441033

Black with #441033

Text Example


Text Example

White with #441033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441033; }

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

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

background-color css

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

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

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

border-color css

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

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

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