Html Css Color HEX #302409 Black Magic

📋 copy color: '#302409'

red 48 ◦ green 36 ◦ blue 9

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

Shades of Black Magic #302409

Tints of Black Magic #302409

RGB

 RED value IS 48 (19.14% from 255) = 51.61%

 GREEN value IS 36 (14.45% from 255) = 38.71%

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

R = 51.61%
G = 38.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#302409 (or 0x302409) is known color: Black Magic. HEX triplet: 30, 24 and 09. RGB value is (48,36,9). Sum of RGB (Red+Green+Blue) = 48+36+9=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #302409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302409 is #CFDBF6. Grayscale: #242424. Windows color (decimal): -13622263 or 599088. OLE color: 599088.

HSL color Cylindrical-coordinate representation of color #302409: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302409 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 36 9 -
CMYK 0 0.25 0.81 0.81
HSL 41.54º 0.68% 0.11% -
HSV(B) 41.54º 0.81% 0.19% -
XYZ 1.9 1.91 0.53 -
YUV 36.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 48 36 9 0 0.25 0.81 0.81 41.54 0.68 0.11
Hex 30 24 9 0 19 51 51 2A 44 B
Octal 60 44 11 0 31 121 121 52 104 13
Binary 110000 100100 1001 0 11001 1010001 1010001 101010 1000100 1011

Color Harmonies of #302409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302409

Black with #302409

Text Example


Text Example

White with #302409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302409; }

 p { color: rgb(48,36,9); }

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

background-color css

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

 a { background-color: rgb(48,36,9); }

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

border-color css

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

 span { border-color: rgb(48,36,9); }

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