Html Css Color HEX #400533 Blackberry

📋 copy color: '#400533'

red 64 ◦ green 5 ◦ blue 51

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

Shades of Blackberry #400533

Tints of Blackberry #400533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 53.33%
G = 4.17%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#400533 (or 0x400533) is known color: Blackberry. HEX triplet: 40, 05 and 33. RGB value is (64,5,51). Sum of RGB (Red+Green+Blue) = 64+5+51=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400533 is #BFFACC. Grayscale: #1B1B1B. Windows color (decimal): -12581581 or 3343680. OLE color: 3343680.

HSL color Cylindrical-coordinate representation of color #400533: hue angle of 313.22º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400533 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 5 51 -
CMYK 0 0.92 0.20 0.75
HSL 313.22º 0.86% 0.14% -
HSV(B) 313.22º 0.92% 0.25% -
XYZ 2.77 1.44 3.26 -
YUV 27.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 64 5 51 0 0.92 0.20 0.75 313.22 0.86 0.14
Hex 40 5 33 0 5C 14 4B 139 56 E
Octal 100 5 63 0 134 24 113 471 126 16
Binary 1000000 101 110011 0 1011100 10100 1001011 100111001 1010110 1110

Color Harmonies of #400533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400533

Black with #400533

Text Example


Text Example

White with #400533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400533; }

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

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

background-color css

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

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

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

border-color css

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

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

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