Html Css Color HEX #30230B Black Magic

📋 copy color: '#30230B'

red 48 ◦ green 35 ◦ blue 11

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

Shades of Black Magic #30230B

Tints of Black Magic #30230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 51.06%
G = 37.23%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30230B (or 0x30230B) is known color: Black Magic. HEX triplet: 30, 23 and 0B. RGB value is (48,35,11). Sum of RGB (Red+Green+Blue) = 48+35+11=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30230B is #CFDCF4. Grayscale: #242424. Windows color (decimal): -13622517 or 729904. OLE color: 729904.

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

Color convert

RGB 48 35 11 -
CMYK 0 0.27 0.77 0.81
HSL 38.92º 0.63% 0.12% -
HSV(B) 38.92º 0.77% 0.19% -
XYZ 1.88 1.85 0.58 -
YUV 36.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 48 35 11 0 0.27 0.77 0.81 38.92 0.63 0.12
Hex 30 23 B 0 1B 4D 51 27 3F C
Octal 60 43 13 0 33 115 121 47 77 14
Binary 110000 100011 1011 0 11011 1001101 1010001 100111 111111 1100

Color Harmonies of #30230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30230B

Black with #30230B

Text Example


Text Example

White with #30230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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