Html Css Color HEX #401931 Blackberry

📋 copy color: '#401931'

red 64 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #401931

Tints of Blackberry #401931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

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

R = 46.38%
G = 18.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#401931 (or 0x401931) is known color: Blackberry. HEX triplet: 40, 19 and 31. RGB value is (64,25,49). Sum of RGB (Red+Green+Blue) = 64+25+49=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401931 is #BFE6CE. Grayscale: #272727. Windows color (decimal): -12576463 or 3217728. OLE color: 3217728.

HSL color Cylindrical-coordinate representation of color #401931: hue angle of 323.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401931 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 49 -
CMYK 0 0.61 0.23 0.75
HSL 323.08º 0.44% 0.17% -
HSV(B) 323.08º 0.61% 0.25% -
XYZ 3.02 2.01 3.13 -
YUV 39.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 64 25 49 0 0.61 0.23 0.75 323.08 0.44 0.17
Hex 40 19 31 0 3D 17 4B 143 2C 11
Octal 100 31 61 0 75 27 113 503 54 21
Binary 1000000 11001 110001 0 111101 10111 1001011 101000011 101100 10001

Color Harmonies of #401931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401931

Black with #401931

Text Example


Text Example

White with #401931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401931; }

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

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

background-color css

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

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

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

border-color css

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

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

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