Html Css Color HEX #400835 Blackberry

📋 copy color: '#400835'

red 64 ◦ green 8 ◦ blue 53

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

Shades of Blackberry #400835

Tints of Blackberry #400835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

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

R = 51.2%
G = 6.4%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#400835 (or 0x400835) is known color: Blackberry. HEX triplet: 40, 08 and 35. RGB value is (64,8,53). Sum of RGB (Red+Green+Blue) = 64+8+53=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400835 is #BFF7CA. Grayscale: #1D1D1D. Windows color (decimal): -12580811 or 3475520. OLE color: 3475520.

HSL color Cylindrical-coordinate representation of color #400835: hue angle of 311.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400835 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 53 -
CMYK 0 0.87 0.17 0.75
HSL 311.79º 0.78% 0.14% -
HSV(B) 311.79º 0.88% 0.25% -
XYZ 2.84 1.52 3.51 -
YUV 29.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 64 8 53 0 0.87 0.17 0.75 311.79 0.78 0.14
Hex 40 8 35 0 57 11 4B 138 4E E
Octal 100 10 65 0 127 21 113 470 116 16
Binary 1000000 1000 110101 0 1010111 10001 1001011 100111000 1001110 1110

Color Harmonies of #400835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400835

Black with #400835

Text Example


Text Example

White with #400835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400835; }

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

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

background-color css

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

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

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

border-color css

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

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

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