Html Css Color HEX #400A36 Blackberry

📋 copy color: '#400A36'

red 64 ◦ green 10 ◦ blue 54

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

Shades of Blackberry #400A36

Tints of Blackberry #400A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 50%
G = 7.81%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#400A36 (or 0x400A36) is known color: Blackberry. HEX triplet: 40, 0A and 36. RGB value is (64,10,54). Sum of RGB (Red+Green+Blue) = 64+10+54=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #400A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A36 is #BFF5C9. Grayscale: #1F1F1F. Windows color (decimal): -12580298 or 3541568. OLE color: 3541568.

HSL color Cylindrical-coordinate representation of color #400A36: hue angle of 311.11º 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 #400A36 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 10 54 -
CMYK 0 0.84 0.16 0.75
HSL 311.11º 0.73% 0.15% -
HSV(B) 311.11º 0.84% 0.25% -
XYZ 2.89 1.57 3.64 -
YUV 31.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 64 10 54 0 0.84 0.16 0.75 311.11 0.73 0.15
Hex 40 A 36 0 54 10 4B 137 49 F
Octal 100 12 66 0 124 20 113 467 111 17
Binary 1000000 1010 110110 0 1010100 10000 1001011 100110111 1001001 1111

Color Harmonies of #400A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A36

Black with #400A36

Text Example


Text Example

White with #400A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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