Html Css Color HEX #400A35 Blackberry

📋 copy color: '#400A35'

red 64 ◦ green 10 ◦ blue 53

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

Shades of Blackberry #400A35

Tints of Blackberry #400A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 50.39%
G = 7.87%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#400A35 (or 0x400A35) is known color: Blackberry. HEX triplet: 40, 0A and 35. RGB value is (64,10,53). Sum of RGB (Red+Green+Blue) = 64+10+53=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #400A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A35 is #BFF5CA. Grayscale: #1E1E1E. Windows color (decimal): -12580299 or 3476032. OLE color: 3476032.

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

Color convert

RGB 64 10 53 -
CMYK 0 0.84 0.17 0.75
HSL 312.22º 0.73% 0.15% -
HSV(B) 312.22º 0.84% 0.25% -
XYZ 2.87 1.56 3.52 -
YUV 31.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 64 10 53 0 0.84 0.17 0.75 312.22 0.73 0.15
Hex 40 A 35 0 54 11 4B 138 49 F
Octal 100 12 65 0 124 21 113 470 111 17
Binary 1000000 1010 110101 0 1010100 10001 1001011 100111000 1001001 1111

Color Harmonies of #400A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A35

Black with #400A35

Text Example


Text Example

White with #400A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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