Html Css Color HEX #400935 Blackberry

📋 copy color: '#400935'

red 64 ◦ green 9 ◦ blue 53

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

Shades of Blackberry #400935

Tints of Blackberry #400935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 50.79%
G = 7.14%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#400935 (or 0x400935) is known color: Blackberry. HEX triplet: 40, 09 and 35. RGB value is (64,9,53). Sum of RGB (Red+Green+Blue) = 64+9+53=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #400935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400935 is #BFF6CA. Grayscale: #1E1E1E. Windows color (decimal): -12580555 or 3475776. OLE color: 3475776.

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

Color convert

RGB 64 9 53 -
CMYK 0 0.86 0.17 0.75
HSL 312º 0.75% 0.14% -
HSV(B) 312º 0.86% 0.25% -
XYZ 2.85 1.54 3.52 -
YUV 30.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 64 9 53 0 0.86 0.17 0.75 312 0.75 0.14
Hex 40 9 35 0 56 11 4B 138 4B E
Octal 100 11 65 0 126 21 113 470 113 16
Binary 1000000 1001 110101 0 1010110 10001 1001011 100111000 1001011 1110

Color Harmonies of #400935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400935

Black with #400935

Text Example


Text Example

White with #400935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400935; }

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

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

background-color css

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

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

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

border-color css

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

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

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