Html Css Color HEX #401B31 Blackberry

📋 copy color: '#401B31'

red 64 ◦ green 27 ◦ blue 49

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

Shades of Blackberry #401B31

Tints of Blackberry #401B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

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

R = 45.71%
G = 19.29%
B = 35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#401B31 (or 0x401B31) is known color: Blackberry. HEX triplet: 40, 1B and 31. RGB value is (64,27,49). Sum of RGB (Red+Green+Blue) = 64+27+49=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B31 is #BFE4CE. Grayscale: #282828. Windows color (decimal): -12575951 or 3218240. OLE color: 3218240.

HSL color Cylindrical-coordinate representation of color #401B31: hue angle of 324.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B31 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 27 49 -
CMYK 0 0.58 0.23 0.75
HSL 324.32º 0.41% 0.18% -
HSV(B) 324.32º 0.58% 0.25% -
XYZ 3.06 2.1 3.15 -
YUV 40.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 64 27 49 0 0.58 0.23 0.75 324.32 0.41 0.18
Hex 40 1B 31 0 3A 17 4B 144 29 12
Octal 100 33 61 0 72 27 113 504 51 22
Binary 1000000 11011 110001 0 111010 10111 1001011 101000100 101001 10010

Color Harmonies of #401B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B31

Black with #401B31

Text Example


Text Example

White with #401B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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