Html Css Color HEX #440033 Blackberry

📋 copy color: '#440033'

red 68 ◦ green 0 ◦ blue 51

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

Shades of Blackberry #440033

Tints of Blackberry #440033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#440033 (or 0x440033) is known color: Blackberry. HEX triplet: 44, 00 and 33. RGB value is (68,0,51). Sum of RGB (Red+Green+Blue) = 68+0+51=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #440033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440033 is #BBFFCC. Grayscale: #1A1A1A. Windows color (decimal): -12320717 or 3342404. OLE color: 3342404.

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

Color convert

RGB 68 0 51 -
CMYK 0 1 0.25 0.73
HSL 315º 1% 0.13% -
HSV(B) 315º 1% 0.27% -
XYZ 2.98 1.47 3.26 -
YUV 26.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 68 0 51 0 1 0.25 0.73 315 1 0.13
Hex 44 0 33 0 64 19 49 13B 64 D
Octal 104 0 63 0 144 31 111 473 144 15
Binary 1000100 0 110011 0 1100100 11001 1001001 100111011 1100100 1101

Color Harmonies of #440033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440033

Black with #440033

Text Example


Text Example

White with #440033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440033; }

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

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

background-color css

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

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

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

border-color css

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

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

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