#30230F

Color #30230F Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #30230F

Tints of Black Magic #30230F

Color information

#30230F (or 0x30230F) is unknown color: approx Black Magic. HEX triplet: 30, 23 and 0F. RGB value is (48,35,15). Sum of RGB (Red+Green+Blue) = 48+35+15=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30230F is #CFDCF0. Grayscale: #242424. Windows color (decimal): -13622513 or 992048. OLE color: 992048.

HSL color Cylindrical-coordinate representation of color #30230F: hue angle of 36.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30230F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB483515-
CMYK00.270.690.81
HSL36.36º52.38%12.35%-
HSV(B)36.36º68.75%18.82%-
XYZ1.911.860.71-
YUV36.61115.81136.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=48.98%
G=35.71%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48351500.270.690.8136.3652.3812.35
Hex3023F01B45512434c
Octal604317033105121446414
Binary1100001000111111011011100010110100011001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30230F; }

 p { color: rgb(48,35,15); }

 H1.HeaderClassName
 {
   color: #30230F;
 }
 .AnyTagClassName
 {
   color: #30230F;
 }
</style>
background-color css

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

 a { background-color: rgb(48,35,15); }

 div.DivClassName
 {
   background-color: #30230F;
 }
 .BgClassName
 {
   background-color: #30230F;
 }
</style>
border-color css

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

 span { border-color: rgb(48,35,15); }

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