Html Css Color HEX #400520 Blackberry

📋 copy color: '#400520'

red 64 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #400520

Tints of Blackberry #400520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 63.37%
G = 4.95%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#400520 (or 0x400520) is known color: Blackberry. HEX triplet: 40, 05 and 20. RGB value is (64,5,32). Sum of RGB (Red+Green+Blue) = 64+5+32=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #400520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400520 is #BFFADF. Grayscale: #191919. Windows color (decimal): -12581600 or 2098496. OLE color: 2098496.

HSL color Cylindrical-coordinate representation of color #400520: hue angle of 332.54º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400520 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 5 32 -
CMYK 0 0.92 0.50 0.75
HSL 332.54º 0.86% 0.14% -
HSV(B) 332.54º 0.92% 0.25% -
XYZ 2.43 1.3 1.49 -
YUV 25.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 64 5 32 0 0.92 0.50 0.75 332.54 0.86 0.14
Hex 40 5 20 0 5C 32 4B 14D 56 E
Octal 100 5 40 0 134 62 113 515 126 16
Binary 1000000 101 100000 0 1011100 110010 1001011 101001101 1010110 1110

Color Harmonies of #400520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400520

Black with #400520

Text Example


Text Example

White with #400520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400520; }

 p { color: rgb(64,5,32); }

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

background-color css

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

 a { background-color: rgb(64,5,32); }

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

border-color css

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

 span { border-color: rgb(64,5,32); }

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