Html Css Color HEX #400E35 Blackberry

📋 copy color: '#400E35'

red 64 ◦ green 14 ◦ blue 53

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

Shades of Blackberry #400E35

Tints of Blackberry #400E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.69%

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

R = 48.85%
G = 10.69%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#400E35 (or 0x400E35) is known color: Blackberry. HEX triplet: 40, 0E and 35. RGB value is (64,14,53). Sum of RGB (Red+Green+Blue) = 64+14+53=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #400E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E35 is #BFF1CA. Grayscale: #212121. Windows color (decimal): -12579275 or 3477056. OLE color: 3477056.

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

Color convert

RGB 64 14 53 -
CMYK 0 0.78 0.17 0.75
HSL 313.2º 0.64% 0.15% -
HSV(B) 313.2º 0.78% 0.25% -
XYZ 2.91 1.66 3.54 -
YUV 33.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 64 14 53 0 0.78 0.17 0.75 313.2 0.64 0.15
Hex 40 E 35 0 4E 11 4B 139 40 F
Octal 100 16 65 0 116 21 113 471 100 17
Binary 1000000 1110 110101 0 1001110 10001 1001011 100111001 1000000 1111

Color Harmonies of #400E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E35

Black with #400E35

Text Example


Text Example

White with #400E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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