Html Css Color HEX #30271A Black Magic

📋 copy color: '#30271A'

red 48 ◦ green 39 ◦ blue 26

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

Shades of Black Magic #30271A

Tints of Black Magic #30271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.51%

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 42.48%
G = 34.51%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30271A (or 0x30271A) is known color: Black Magic. HEX triplet: 30, 27 and 1A. RGB value is (48,39,26). Sum of RGB (Red+Green+Blue) = 48+39+26=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30271A is #CFD8E5. Grayscale: #282828. Windows color (decimal): -13621478 or 1713968. OLE color: 1713968.

HSL color Cylindrical-coordinate representation of color #30271A: hue angle of 35.45º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30271A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 39 26 -
CMYK 0 0.19 0.46 0.81
HSL 35.45º 0.3% 0.15% -
HSV(B) 35.45º 0.46% 0.19% -
XYZ 2.13 2.15 1.28 -
YUV 40.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 48 39 26 0 0.19 0.46 0.81 35.45 0.3 0.15
Hex 30 27 1A 0 13 2E 51 23 1E F
Octal 60 47 32 0 23 56 121 43 36 17
Binary 110000 100111 11010 0 10011 101110 1010001 100011 11110 1111

Color Harmonies of #30271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30271A

Black with #30271A

Text Example


Text Example

White with #30271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30271A; }

 p { color: rgb(48,39,26); }

 H1.HeaderClassName
 {
   color: #30271A;
 }
 .AnyTagClassName
 {
   color: #30271A;
 }
</style>

background-color css

<style>
 a { background-color: #30271A; }

 a { background-color: rgb(48,39,26); }

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

border-color css

<style>
 span { border-color: #30271A; }

 span { border-color: rgb(48,39,26); }

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