Html Css Color HEX #400C32 Blackberry

📋 copy color: '#400C32'

red 64 ◦ green 12 ◦ blue 50

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

Shades of Blackberry #400C32

Tints of Blackberry #400C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.52%

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

R = 50.79%
G = 9.52%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#400C32 (or 0x400C32) is known color: Blackberry. HEX triplet: 40, 0C and 32. RGB value is (64,12,50). Sum of RGB (Red+Green+Blue) = 64+12+50=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #400C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C32 is #BFF3CD. Grayscale: #1F1F1F. Windows color (decimal): -12579790 or 3279936. OLE color: 3279936.

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

Color convert

RGB 64 12 50 -
CMYK 0 0.81 0.22 0.75
HSL 316.15º 0.68% 0.15% -
HSV(B) 316.15º 0.81% 0.25% -
XYZ 2.82 1.58 3.17 -
YUV 31.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 64 12 50 0 0.81 0.22 0.75 316.15 0.68 0.15
Hex 40 C 32 0 51 16 4B 13C 44 F
Octal 100 14 62 0 121 26 113 474 104 17
Binary 1000000 1100 110010 0 1010001 10110 1001011 100111100 1000100 1111

Color Harmonies of #400C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C32

Black with #400C32

Text Example


Text Example

White with #400C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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