Html Css Color HEX #401032 Blackberry

📋 copy color: '#401032'

red 64 ◦ green 16 ◦ blue 50

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

Shades of Blackberry #401032

Tints of Blackberry #401032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 49.23%
G = 12.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#401032 (or 0x401032) is known color: Blackberry. HEX triplet: 40, 10 and 32. RGB value is (64,16,50). Sum of RGB (Red+Green+Blue) = 64+16+50=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401032 is #BFEFCD. Grayscale: #222222. Windows color (decimal): -12578766 or 3280960. OLE color: 3280960.

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

Color convert

RGB 64 16 50 -
CMYK 0 0.75 0.22 0.75
HSL 317.5º 0.6% 0.16% -
HSV(B) 317.5º 0.75% 0.25% -
XYZ 2.88 1.69 3.19 -
YUV 34.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 64 16 50 0 0.75 0.22 0.75 317.5 0.6 0.16
Hex 40 10 32 0 4B 16 4B 13E 3C 10
Octal 100 20 62 0 113 26 113 476 74 20
Binary 1000000 10000 110010 0 1001011 10110 1001011 100111110 111100 10000

Color Harmonies of #401032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401032

Black with #401032

Text Example


Text Example

White with #401032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401032; }

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

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

background-color css

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

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

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

border-color css

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

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

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