Html Css Color HEX #400E21 Blackberry

📋 copy color: '#400E21'

red 64 ◦ green 14 ◦ blue 33

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

Shades of Blackberry #400E21

Tints of Blackberry #400E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 29.73%

R = 57.66%
G = 12.61%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#400E21 (or 0x400E21) is known color: Blackberry. HEX triplet: 40, 0E and 21. RGB value is (64,14,33). Sum of RGB (Red+Green+Blue) = 64+14+33=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E21 is #BFF1DE. Grayscale: #1F1F1F. Windows color (decimal): -12579295 or 2166336. OLE color: 2166336.

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

Color convert

RGB 64 14 33 -
CMYK 0 0.78 0.48 0.75
HSL 337.2º 0.64% 0.15% -
HSV(B) 337.2º 0.78% 0.25% -
XYZ 2.55 1.51 1.6 -
YUV 31.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 64 14 33 0 0.78 0.48 0.75 337.2 0.64 0.15
Hex 40 E 21 0 4E 30 4B 151 40 F
Octal 100 16 41 0 116 60 113 521 100 17
Binary 1000000 1110 100001 0 1001110 110000 1001011 101010001 1000000 1111

Color Harmonies of #400E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E21

Black with #400E21

Text Example


Text Example

White with #400E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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