Html Css Color HEX #400936 Blackberry

📋 copy color: '#400936'

red 64 ◦ green 9 ◦ blue 54

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

Shades of Blackberry #400936

Tints of Blackberry #400936

RGB

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

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

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

R = 50.39%
G = 7.09%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#400936 (or 0x400936) is known color: Blackberry. HEX triplet: 40, 09 and 36. RGB value is (64,9,54). Sum of RGB (Red+Green+Blue) = 64+9+54=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #400936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400936 is #BFF6C9. Grayscale: #1E1E1E. Windows color (decimal): -12580554 or 3541312. OLE color: 3541312.

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

Color convert

RGB 64 9 54 -
CMYK 0 0.86 0.16 0.75
HSL 310.91º 0.75% 0.14% -
HSV(B) 310.91º 0.86% 0.25% -
XYZ 2.88 1.55 3.64 -
YUV 30.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 64 9 54 0 0.86 0.16 0.75 310.91 0.75 0.14
Hex 40 9 36 0 56 10 4B 137 4B E
Octal 100 11 66 0 126 20 113 467 113 16
Binary 1000000 1001 110110 0 1010110 10000 1001011 100110111 1001011 1110

Color Harmonies of #400936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400936

Black with #400936

Text Example


Text Example

White with #400936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400936; }

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

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

background-color css

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

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

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

border-color css

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

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

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