Html Css Color HEX #401133 Blackberry

📋 copy color: '#401133'

red 64 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #401133

Tints of Blackberry #401133

RGB

 RED value IS 64 (25.39% from 255) = 48.48%

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

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

R = 48.48%
G = 12.88%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#401133 (or 0x401133) is known color: Blackberry. HEX triplet: 40, 11 and 33. RGB value is (64,17,51). Sum of RGB (Red+Green+Blue) = 64+17+51=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401133 is #BFEECC. Grayscale: #222222. Windows color (decimal): -12578509 or 3346752. OLE color: 3346752.

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

Color convert

RGB 64 17 51 -
CMYK 0 0.73 0.20 0.75
HSL 316.6º 0.58% 0.16% -
HSV(B) 316.6º 0.73% 0.25% -
XYZ 2.91 1.73 3.31 -
YUV 34.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 64 17 51 0 0.73 0.20 0.75 316.6 0.58 0.16
Hex 40 11 33 0 49 14 4B 13D 3A 10
Octal 100 21 63 0 111 24 113 475 72 20
Binary 1000000 10001 110011 0 1001001 10100 1001011 100111101 111010 10000

Color Harmonies of #401133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401133

Black with #401133

Text Example


Text Example

White with #401133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401133; }

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

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

background-color css

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

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

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

border-color css

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

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

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