Html Css Color HEX #402031 Blackberry

📋 copy color: '#402031'

red 64 ◦ green 32 ◦ blue 49

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

Shades of Blackberry #402031

Tints of Blackberry #402031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 44.14%
G = 22.07%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#402031 (or 0x402031) is known color: Blackberry. HEX triplet: 40, 20 and 31. RGB value is (64,32,49). Sum of RGB (Red+Green+Blue) = 64+32+49=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #402031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402031 is #BFDFCE. Grayscale: #2B2B2B. Windows color (decimal): -12574671 or 3219520. OLE color: 3219520.

HSL color Cylindrical-coordinate representation of color #402031: hue angle of 328.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402031 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 49 -
CMYK 0 0.50 0.23 0.75
HSL 328.13º 0.33% 0.19% -
HSV(B) 328.13º 0.5% 0.25% -
XYZ 3.19 2.34 3.19 -
YUV 43.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 64 32 49 0 0.50 0.23 0.75 328.13 0.33 0.19
Hex 40 20 31 0 32 17 4B 148 21 13
Octal 100 40 61 0 62 27 113 510 41 23
Binary 1000000 100000 110001 0 110010 10111 1001011 101001000 100001 10011

Color Harmonies of #402031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402031

Black with #402031

Text Example


Text Example

White with #402031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402031; }

 p { color: rgb(64,32,49); }

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

background-color css

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

 a { background-color: rgb(64,32,49); }

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

border-color css

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

 span { border-color: rgb(64,32,49); }

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