Html Css Color HEX #400B28 Blackberry

📋 copy color: '#400B28'

red 64 ◦ green 11 ◦ blue 40

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

Shades of Blackberry #400B28

Tints of Blackberry #400B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.57%

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

R = 55.65%
G = 9.57%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400B28 (or 0x400B28) is known color: Blackberry. HEX triplet: 40, 0B and 28. RGB value is (64,11,40). Sum of RGB (Red+Green+Blue) = 64+11+40=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B28 is #BFF4D7. Grayscale: #1E1E1E. Windows color (decimal): -12580056 or 2624320. OLE color: 2624320.

HSL color Cylindrical-coordinate representation of color #400B28: hue angle of 327.17º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400B28 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 11 40 -
CMYK 0 0.83 0.38 0.75
HSL 327.17º 0.71% 0.15% -
HSV(B) 327.17º 0.83% 0.25% -
XYZ 2.62 1.48 2.16 -
YUV 30.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 64 11 40 0 0.83 0.38 0.75 327.17 0.71 0.15
Hex 40 B 28 0 53 26 4B 147 47 F
Octal 100 13 50 0 123 46 113 507 107 17
Binary 1000000 1011 101000 0 1010011 100110 1001011 101000111 1000111 1111

Color Harmonies of #400B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B28

Black with #400B28

Text Example


Text Example

White with #400B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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