Html Css Color HEX #400E33 Blackberry

📋 copy color: '#400E33'

red 64 ◦ green 14 ◦ blue 51

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

Shades of Blackberry #400E33

Tints of Blackberry #400E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 39.53%

R = 49.61%
G = 10.85%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#400E33 (or 0x400E33) is known color: Blackberry. HEX triplet: 40, 0E and 33. RGB value is (64,14,51). Sum of RGB (Red+Green+Blue) = 64+14+51=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E33 is #BFF1CC. Grayscale: #212121. Windows color (decimal): -12579277 or 3345984. OLE color: 3345984.

HSL color Cylindrical-coordinate representation of color #400E33: hue angle of 315.6º 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 #400E33 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 14 51 -
CMYK 0 0.78 0.20 0.75
HSL 315.6º 0.64% 0.15% -
HSV(B) 315.6º 0.78% 0.25% -
XYZ 2.87 1.64 3.3 -
YUV 33.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 64 14 51 0 0.78 0.20 0.75 315.6 0.64 0.15
Hex 40 E 33 0 4E 14 4B 13C 40 F
Octal 100 16 63 0 116 24 113 474 100 17
Binary 1000000 1110 110011 0 1001110 10100 1001011 100111100 1000000 1111

Color Harmonies of #400E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E33

Black with #400E33

Text Example


Text Example

White with #400E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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