Html Css Color HEX #400A21 Blackberry

📋 copy color: '#400A21'

red 64 ◦ green 10 ◦ blue 33

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

Shades of Blackberry #400A21

Tints of Blackberry #400A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.35%

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 59.81%
G = 9.35%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#400A21 (or 0x400A21) is known color: Blackberry. HEX triplet: 40, 0A and 21. RGB value is (64,10,33). Sum of RGB (Red+Green+Blue) = 64+10+33=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A21 is #BFF5DE. Grayscale: #1C1C1C. Windows color (decimal): -12580319 or 2165312. OLE color: 2165312.

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

Color convert

RGB 64 10 33 -
CMYK 0 0.84 0.48 0.75
HSL 334.44º 0.73% 0.15% -
HSV(B) 334.44º 0.84% 0.25% -
XYZ 2.5 1.42 1.58 -
YUV 28.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 64 10 33 0 0.84 0.48 0.75 334.44 0.73 0.15
Hex 40 A 21 0 54 30 4B 14E 49 F
Octal 100 12 41 0 124 60 113 516 111 17
Binary 1000000 1010 100001 0 1010100 110000 1001011 101001110 1001001 1111

Color Harmonies of #400A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A21

Black with #400A21

Text Example


Text Example

White with #400A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,10,33); }

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

background-color css

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

 a { background-color: rgb(64,10,33); }

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

border-color css

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

 span { border-color: rgb(64,10,33); }

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