Html Css Color HEX #441633 Blackberry

📋 copy color: '#441633'

red 68 ◦ green 22 ◦ blue 51

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

Shades of Blackberry #441633

Tints of Blackberry #441633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 48.23%
G = 15.6%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#441633 (or 0x441633) is known color: Blackberry. HEX triplet: 44, 16 and 33. RGB value is (68,22,51). Sum of RGB (Red+Green+Blue) = 68+22+51=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441633 is #BBE9CC. Grayscale: #262626. Windows color (decimal): -12315085 or 3348036. OLE color: 3348036.

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

Color convert

RGB 68 22 51 -
CMYK 0 0.68 0.25 0.73
HSL 322.17º 0.51% 0.18% -
HSV(B) 322.17º 0.68% 0.27% -
XYZ 3.27 2.04 3.35 -
YUV 39.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 68 22 51 0 0.68 0.25 0.73 322.17 0.51 0.18
Hex 44 16 33 0 44 19 49 142 33 12
Octal 104 26 63 0 104 31 111 502 63 22
Binary 1000100 10110 110011 0 1000100 11001 1001001 101000010 110011 10010

Color Harmonies of #441633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441633

Black with #441633

Text Example


Text Example

White with #441633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441633; }

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

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

background-color css

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

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

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

border-color css

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

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

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