Html Css Color HEX #441535 Blackberry

📋 copy color: '#441535'

red 68 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #441535

Tints of Blackberry #441535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 47.89%
G = 14.79%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#441535 (or 0x441535) is known color: Blackberry. HEX triplet: 44, 15 and 35. RGB value is (68,21,53). Sum of RGB (Red+Green+Blue) = 68+21+53=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441535 is #BBEACA. Grayscale: #262626. Windows color (decimal): -12315339 or 3478852. OLE color: 3478852.

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

Color convert

RGB 68 21 53 -
CMYK 0 0.69 0.22 0.73
HSL 319.15º 0.53% 0.17% -
HSV(B) 319.15º 0.69% 0.27% -
XYZ 3.29 2.02 3.58 -
YUV 38.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 68 21 53 0 0.69 0.22 0.73 319.15 0.53 0.17
Hex 44 15 35 0 45 16 49 13F 35 11
Octal 104 25 65 0 105 26 111 477 65 21
Binary 1000100 10101 110101 0 1000101 10110 1001001 100111111 110101 10001

Color Harmonies of #441535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441535

Black with #441535

Text Example


Text Example

White with #441535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441535; }

 p { color: rgb(68,21,53); }

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

background-color css

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

 a { background-color: rgb(68,21,53); }

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

border-color css

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

 span { border-color: rgb(68,21,53); }

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