Html Css Color HEX #30281F Black Magic

📋 copy color: '#30281F'

red 48 ◦ green 40 ◦ blue 31

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

Shades of Black Magic #30281F

Tints of Black Magic #30281F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 40.34%
G = 33.61%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30281F (or 0x30281F) is known color: Black Magic. HEX triplet: 30, 28 and 1F. RGB value is (48,40,31). Sum of RGB (Red+Green+Blue) = 48+40+31=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #30281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30281F is #CFD7E0. Grayscale: #292929. Windows color (decimal): -13621217 or 2041904. OLE color: 2041904.

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

Color convert

RGB 48 40 31 -
CMYK 0 0.17 0.35 0.81
HSL 31.76º 0.22% 0.15% -
HSV(B) 31.76º 0.35% 0.19% -
XYZ 2.23 2.24 1.61 -
YUV 41.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 48 40 31 0 0.17 0.35 0.81 31.76 0.22 0.15
Hex 30 28 1F 0 11 23 51 20 16 F
Octal 60 50 37 0 21 43 121 40 26 17
Binary 110000 101000 11111 0 10001 100011 1010001 100000 10110 1111

Color Harmonies of #30281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30281F

Black with #30281F

Text Example


Text Example

White with #30281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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