Html Css Color HEX #30281C Black Magic

📋 copy color: '#30281C'

red 48 ◦ green 40 ◦ blue 28

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

Shades of Black Magic #30281C

Tints of Black Magic #30281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 41.38%
G = 34.48%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#30281C (or 0x30281C) is known color: Black Magic. HEX triplet: 30, 28 and 1C. RGB value is (48,40,28). Sum of RGB (Red+Green+Blue) = 48+40+28=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30281C is #CFD7E3. Grayscale: #292929. Windows color (decimal): -13621220 or 1845296. OLE color: 1845296.

HSL color Cylindrical-coordinate representation of color #30281C: hue angle of 36º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30281C is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 28 -
CMYK 0 0.17 0.42 0.81
HSL 36º 0.26% 0.15% -
HSV(B) 36º 0.42% 0.19% -
XYZ 2.19 2.23 1.41 -
YUV 41.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 48 40 28 0 0.17 0.42 0.81 36 0.26 0.15
Hex 30 28 1C 0 11 2A 51 24 1A F
Octal 60 50 34 0 21 52 121 44 32 17
Binary 110000 101000 11100 0 10001 101010 1010001 100100 11010 1111

Color Harmonies of #30281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30281C

Black with #30281C

Text Example


Text Example

White with #30281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30281C; }

 p { color: rgb(48,40,28); }

 H1.HeaderClassName
 {
   color: #30281C;
 }
 .AnyTagClassName
 {
   color: #30281C;
 }
</style>

background-color css

<style>
 a { background-color: #30281C; }

 a { background-color: rgb(48,40,28); }

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

border-color css

<style>
 span { border-color: #30281C; }

 span { border-color: rgb(48,40,28); }

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