Html Css Color HEX #332309 Black Magic

📋 copy color: '#332309'

red 51 ◦ green 35 ◦ blue 9

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

Shades of Black Magic #332309

Tints of Black Magic #332309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.84%

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

R = 53.68%
G = 36.84%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#332309 (or 0x332309) is known color: Black Magic. HEX triplet: 33, 23 and 09. RGB value is (51,35,9). Sum of RGB (Red+Green+Blue) = 51+35+9=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #332309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332309 is #CCDCF6. Grayscale: #242424. Windows color (decimal): -13425911 or 598835. OLE color: 598835.

HSL color Cylindrical-coordinate representation of color #332309: hue angle of 37.14º 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 #332309 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 35 9 -
CMYK 0 0.31 0.82 0.8
HSL 37.14º 0.7% 0.12% -
HSV(B) 37.14º 0.82% 0.2% -
XYZ 2.02 1.93 0.52 -
YUV 36.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 51 35 9 0 0.31 0.82 0.8 37.14 0.7 0.12
Hex 33 23 9 0 1F 52 50 25 46 C
Octal 63 43 11 0 37 122 120 45 106 14
Binary 110011 100011 1001 0 11111 1010010 1010000 100101 1000110 1100

Color Harmonies of #332309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332309

Black with #332309

Text Example


Text Example

White with #332309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332309; }

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

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

background-color css

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

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

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

border-color css

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

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

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