Html Css Color HEX #401132 Blackberry

📋 copy color: '#401132'

red 64 ◦ green 17 ◦ blue 50

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

Shades of Blackberry #401132

Tints of Blackberry #401132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 48.85%
G = 12.98%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#401132 (or 0x401132) is known color: Blackberry. HEX triplet: 40, 11 and 32. RGB value is (64,17,50). Sum of RGB (Red+Green+Blue) = 64+17+50=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #401132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401132 is #BFEECD. Grayscale: #222222. Windows color (decimal): -12578510 or 3281216. OLE color: 3281216.

HSL color Cylindrical-coordinate representation of color #401132: hue angle of 317.87º 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 #401132 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 50 -
CMYK 0 0.73 0.22 0.75
HSL 317.87º 0.58% 0.16% -
HSV(B) 317.87º 0.73% 0.25% -
XYZ 2.89 1.72 3.2 -
YUV 34.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 64 17 50 0 0.73 0.22 0.75 317.87 0.58 0.16
Hex 40 11 32 0 49 16 4B 13E 3A 10
Octal 100 21 62 0 111 26 113 476 72 20
Binary 1000000 10001 110010 0 1001001 10110 1001011 100111110 111010 10000

Color Harmonies of #401132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401132

Black with #401132

Text Example


Text Example

White with #401132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401132; }

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

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

background-color css

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

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

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

border-color css

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

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

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