Html Css Color HEX #400528 Blackberry

📋 copy color: '#400528'

red 64 ◦ green 5 ◦ blue 40

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

Shades of Blackberry #400528

Tints of Blackberry #400528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 58.72%
G = 4.59%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400528 (or 0x400528) is known color: Blackberry. HEX triplet: 40, 05 and 28. RGB value is (64,5,40). Sum of RGB (Red+Green+Blue) = 64+5+40=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400528 is #BFFAD7. Grayscale: #1A1A1A. Windows color (decimal): -12581592 or 2622784. OLE color: 2622784.

HSL color Cylindrical-coordinate representation of color #400528: hue angle of 324.41º 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 #400528 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 5 40 -
CMYK 0 0.92 0.38 0.75
HSL 324.41º 0.86% 0.14% -
HSV(B) 324.41º 0.92% 0.25% -
XYZ 2.55 1.35 2.13 -
YUV 26.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 64 5 40 0 0.92 0.38 0.75 324.41 0.86 0.14
Hex 40 5 28 0 5C 26 4B 144 56 E
Octal 100 5 50 0 134 46 113 504 126 16
Binary 1000000 101 101000 0 1011100 100110 1001011 101000100 1010110 1110

Color Harmonies of #400528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400528

Black with #400528

Text Example


Text Example

White with #400528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400528; }

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

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

background-color css

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

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

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

border-color css

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

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

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