Html Css Color HEX #30230E Black Magic

📋 copy color: '#30230E'

red 48 ◦ green 35 ◦ blue 14

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

Shades of Black Magic #30230E

Tints of Black Magic #30230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 49.48%
G = 36.08%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30230E (or 0x30230E) is known color: Black Magic. HEX triplet: 30, 23 and 0E. RGB value is (48,35,14). Sum of RGB (Red+Green+Blue) = 48+35+14=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30230E is #CFDCF1. Grayscale: #242424. Windows color (decimal): -13622514 or 926512. OLE color: 926512.

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

Color convert

RGB 48 35 14 -
CMYK 0 0.27 0.71 0.81
HSL 37.06º 0.55% 0.12% -
HSV(B) 37.06º 0.71% 0.19% -
XYZ 1.9 1.86 0.67 -
YUV 36.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 48 35 14 0 0.27 0.71 0.81 37.06 0.55 0.12
Hex 30 23 E 0 1B 47 51 25 37 C
Octal 60 43 16 0 33 107 121 45 67 14
Binary 110000 100011 1110 0 11011 1000111 1010001 100101 110111 1100

Color Harmonies of #30230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30230E

Black with #30230E

Text Example


Text Example

White with #30230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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