Html Css Color HEX #400B32 Blackberry

📋 copy color: '#400B32'

red 64 ◦ green 11 ◦ blue 50

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

Shades of Blackberry #400B32

Tints of Blackberry #400B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.8%

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

R = 51.2%
G = 8.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#400B32 (or 0x400B32) is known color: Blackberry. HEX triplet: 40, 0B and 32. RGB value is (64,11,50). Sum of RGB (Red+Green+Blue) = 64+11+50=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B32 is #BFF4CD. Grayscale: #1F1F1F. Windows color (decimal): -12580046 or 3279680. OLE color: 3279680.

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

Color convert

RGB 64 11 50 -
CMYK 0 0.83 0.22 0.75
HSL 315.85º 0.71% 0.15% -
HSV(B) 315.85º 0.83% 0.25% -
XYZ 2.81 1.56 3.17 -
YUV 31.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 64 11 50 0 0.83 0.22 0.75 315.85 0.71 0.15
Hex 40 B 32 0 53 16 4B 13C 47 F
Octal 100 13 62 0 123 26 113 474 107 17
Binary 1000000 1011 110010 0 1010011 10110 1001011 100111100 1000111 1111

Color Harmonies of #400B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B32

Black with #400B32

Text Example


Text Example

White with #400B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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