Html Css Color HEX #30230F Black Magic

📋 copy color: '#30230F'

red 48 ◦ green 35 ◦ blue 15

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

Shades of Black Magic #30230F

Tints of Black Magic #30230F

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 value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30230F (or 0x30230F) is known color: 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

RGB 48 35 15 -
CMYK 0 0.27 0.69 0.81
HSL 36.36º 0.52% 0.12% -
HSV(B) 36.36º 0.69% 0.19% -
XYZ 1.91 1.86 0.71 -
YUV 36.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 48 35 15 0 0.27 0.69 0.81 36.36 0.52 0.12
Hex 30 23 F 0 1B 45 51 24 34 C
Octal 60 43 17 0 33 105 121 44 64 14
Binary 110000 100011 1111 0 11011 1000101 1010001 100100 110100 1100

Color Harmonies of #30230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30230F

Black with #30230F

Text Example


Text Example

White with #30230F

Text Example


Text Example

HTML Codes & Css Web 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>