Html Css Color HEX #30281B Black Magic

📋 copy color: '#30281B'

red 48 ◦ green 40 ◦ blue 27

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

Shades of Black Magic #30281B

Tints of Black Magic #30281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 41.74%
G = 34.78%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30281B (or 0x30281B) is known color: Black Magic. HEX triplet: 30, 28 and 1B. RGB value is (48,40,27). Sum of RGB (Red+Green+Blue) = 48+40+27=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30281B is #CFD7E4. Grayscale: #282828. Windows color (decimal): -13621221 or 1779760. OLE color: 1779760.

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

Color convert

RGB 48 40 27 -
CMYK 0 0.17 0.44 0.81
HSL 37.14º 0.28% 0.15% -
HSV(B) 37.14º 0.44% 0.19% -
XYZ 2.18 2.23 1.35 -
YUV 40.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 48 40 27 0 0.17 0.44 0.81 37.14 0.28 0.15
Hex 30 28 1B 0 11 2C 51 25 1C F
Octal 60 50 33 0 21 54 121 45 34 17
Binary 110000 101000 11011 0 10001 101100 1010001 100101 11100 1111

Color Harmonies of #30281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30281B

Black with #30281B

Text Example


Text Example

White with #30281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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