Html Css Color HEX #400131 Blackberry

📋 copy color: '#400131'

red 64 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #400131

Tints of Blackberry #400131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 56.14%
G = 0.88%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#400131 (or 0x400131) is known color: Blackberry. HEX triplet: 40, 01 and 31. RGB value is (64,1,49). Sum of RGB (Red+Green+Blue) = 64+1+49=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400131 is #BFFECE. Grayscale: #191919. Windows color (decimal): -12582607 or 3211584. OLE color: 3211584.

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

Color convert

RGB 64 1 49 -
CMYK 0 0.98 0.23 0.75
HSL 314.29º 0.97% 0.13% -
HSV(B) 314.29º 0.98% 0.25% -
XYZ 2.68 1.33 3.02 -
YUV 25.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 64 1 49 0 0.98 0.23 0.75 314.29 0.97 0.13
Hex 40 1 31 0 62 17 4B 13A 61 D
Octal 100 1 61 0 142 27 113 472 141 15
Binary 1000000 1 110001 0 1100010 10111 1001011 100111010 1100001 1101

Color Harmonies of #400131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400131

Black with #400131

Text Example


Text Example

White with #400131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400131; }

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

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

background-color css

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

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

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

border-color css

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

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

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