Html Css Color HEX #402B09 Black Magic

📋 copy color: '#402B09'

red 64 ◦ green 43 ◦ blue 9

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

Shades of Black Magic #402B09

Tints of Black Magic #402B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

 BLUE value IS 9 (3.91% from 255) = 7.76%

R = 55.17%
G = 37.07%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402B09 (or 0x402B09) is known color: Black Magic. HEX triplet: 40, 2B and 09. RGB value is (64,43,9). Sum of RGB (Red+Green+Blue) = 64+43+9=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #402B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B09 is #BFD4F6. Grayscale: #2D2D2D. Windows color (decimal): -12571895 or 600896. OLE color: 600896.

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

Color convert

RGB 64 43 9 -
CMYK 0 0.33 0.86 0.75
HSL 37.09º 0.75% 0.14% -
HSV(B) 37.09º 0.86% 0.25% -
XYZ 3.03 2.84 0.65 -
YUV 45.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 64 43 9 0 0.33 0.86 0.75 37.09 0.75 0.14
Hex 40 2B 9 0 21 56 4B 25 4B E
Octal 100 53 11 0 41 126 113 45 113 16
Binary 1000000 101011 1001 0 100001 1010110 1001011 100101 1001011 1110

Color Harmonies of #402B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B09

Black with #402B09

Text Example


Text Example

White with #402B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B09; }

 p { color: rgb(64,43,9); }

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

background-color css

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

 a { background-color: rgb(64,43,9); }

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

border-color css

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

 span { border-color: rgb(64,43,9); }

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