Html Css Color HEX #30230D Black Magic

📋 copy color: '#30230D'

red 48 ◦ green 35 ◦ blue 13

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

Shades of Black Magic #30230D

Tints of Black Magic #30230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 50%
G = 36.46%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30230D (or 0x30230D) is known color: Black Magic. HEX triplet: 30, 23 and 0D. RGB value is (48,35,13). Sum of RGB (Red+Green+Blue) = 48+35+13=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30230D is #CFDCF2. Grayscale: #242424. Windows color (decimal): -13622515 or 860976. OLE color: 860976.

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

Color convert

RGB 48 35 13 -
CMYK 0 0.27 0.73 0.81
HSL 37.71º 0.57% 0.12% -
HSV(B) 37.71º 0.73% 0.19% -
XYZ 1.89 1.86 0.64 -
YUV 36.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 48 35 13 0 0.27 0.73 0.81 37.71 0.57 0.12
Hex 30 23 D 0 1B 49 51 26 39 C
Octal 60 43 15 0 33 111 121 46 71 14
Binary 110000 100011 1101 0 11011 1001001 1010001 100110 111001 1100

Color Harmonies of #30230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30230D

Black with #30230D

Text Example


Text Example

White with #30230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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