Html Css Color HEX #332509 Black Magic

📋 copy color: '#332509'

red 51 ◦ green 37 ◦ blue 9

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

Shades of Black Magic #332509

Tints of Black Magic #332509

RGB

 RED value IS 51 (20.31% from 255) = 52.58%

 GREEN value IS 37 (14.84% from 255) = 38.14%

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

R = 52.58%
G = 38.14%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#332509 (or 0x332509) is known color: Black Magic. HEX triplet: 33, 25 and 09. RGB value is (51,37,9). Sum of RGB (Red+Green+Blue) = 51+37+9=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #332509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332509 is #CCDAF6. Grayscale: #262626. Windows color (decimal): -13425399 or 599347. OLE color: 599347.

HSL color Cylindrical-coordinate representation of color #332509: hue angle of 40º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332509 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 9 -
CMYK 0 0.27 0.82 0.8
HSL 40º 0.7% 0.12% -
HSV(B) 40º 0.82% 0.2% -
XYZ 2.08 2.05 0.54 -
YUV 37.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 51 37 9 0 0.27 0.82 0.8 40 0.7 0.12
Hex 33 25 9 0 1B 52 50 28 46 C
Octal 63 45 11 0 33 122 120 50 106 14
Binary 110011 100101 1001 0 11011 1010010 1010000 101000 1000110 1100

Color Harmonies of #332509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332509

Black with #332509

Text Example


Text Example

White with #332509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332509; }

 p { color: rgb(51,37,9); }

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

background-color css

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

 a { background-color: rgb(51,37,9); }

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

border-color css

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

 span { border-color: rgb(51,37,9); }

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