Html Css Color HEX #400D34 Blackberry

📋 copy color: '#400D34'

red 64 ◦ green 13 ◦ blue 52

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

Shades of Blackberry #400D34

Tints of Blackberry #400D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.08%

 BLUE value IS 52 (20.7% from 255) = 40.31%

R = 49.61%
G = 10.08%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#400D34 (or 0x400D34) is known color: Blackberry. HEX triplet: 40, 0D and 34. RGB value is (64,13,52). Sum of RGB (Red+Green+Blue) = 64+13+52=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D34 is #BFF2CB. Grayscale: #202020. Windows color (decimal): -12579532 or 3411264. OLE color: 3411264.

HSL color Cylindrical-coordinate representation of color #400D34: hue angle of 314.12º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D34 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 13 52 -
CMYK 0 0.80 0.19 0.75
HSL 314.12º 0.66% 0.15% -
HSV(B) 314.12º 0.8% 0.25% -
XYZ 2.88 1.63 3.41 -
YUV 32.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 64 13 52 0 0.80 0.19 0.75 314.12 0.66 0.15
Hex 40 D 34 0 50 13 4B 13A 42 F
Octal 100 15 64 0 120 23 113 472 102 17
Binary 1000000 1101 110100 0 1010000 10011 1001011 100111010 1000010 1111

Color Harmonies of #400D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D34

Black with #400D34

Text Example


Text Example

White with #400D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,13,52); }

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

background-color css

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

 a { background-color: rgb(64,13,52); }

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

border-color css

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

 span { border-color: rgb(64,13,52); }

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