Html Css Color HEX #400828 Blackberry

📋 copy color: '#400828'

red 64 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #400828

Tints of Blackberry #400828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 57.14%
G = 7.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400828 (or 0x400828) is known color: Blackberry. HEX triplet: 40, 08 and 28. RGB value is (64,8,40). Sum of RGB (Red+Green+Blue) = 64+8+40=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #400828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400828 is #BFF7D7. Grayscale: #1C1C1C. Windows color (decimal): -12580824 or 2623552. OLE color: 2623552.

HSL color Cylindrical-coordinate representation of color #400828: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400828 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 40 -
CMYK 0 0.87 0.38 0.75
HSL 325.71º 0.78% 0.14% -
HSV(B) 325.71º 0.88% 0.25% -
XYZ 2.58 1.42 2.14 -
YUV 28.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 64 8 40 0 0.87 0.38 0.75 325.71 0.78 0.14
Hex 40 8 28 0 57 26 4B 146 4E E
Octal 100 10 50 0 127 46 113 506 116 16
Binary 1000000 1000 101000 0 1010111 100110 1001011 101000110 1001110 1110

Color Harmonies of #400828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400828

Black with #400828

Text Example


Text Example

White with #400828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400828; }

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

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

background-color css

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

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

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

border-color css

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

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

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