Html Css Color HEX #302921 Black Magic

📋 copy color: '#302921'

red 48 ◦ green 41 ◦ blue 33

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

Shades of Black Magic #302921

Tints of Black Magic #302921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 39.34%
G = 33.61%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#302921 (or 0x302921) is known color: Black Magic. HEX triplet: 30, 29 and 21. RGB value is (48,41,33). Sum of RGB (Red+Green+Blue) = 48+41+33=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302921 is #CFD6DE. Grayscale: #2A2A2A. Windows color (decimal): -13620959 or 2173232. OLE color: 2173232.

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

Color convert

RGB 48 41 33 -
CMYK 0 0.15 0.31 0.81
HSL 32º 0.19% 0.16% -
HSV(B) 32º 0.31% 0.19% -
XYZ 2.29 2.32 1.77 -
YUV 42.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 48 41 33 0 0.15 0.31 0.81 32 0.19 0.16
Hex 30 29 21 0 F 1F 51 20 13 10
Octal 60 51 41 0 17 37 121 40 23 20
Binary 110000 101001 100001 0 1111 11111 1010001 100000 10011 10000

Color Harmonies of #302921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302921

Black with #302921

Text Example


Text Example

White with #302921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302921; }

 p { color: rgb(48,41,33); }

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

background-color css

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

 a { background-color: rgb(48,41,33); }

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

border-color css

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

 span { border-color: rgb(48,41,33); }

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