Html Css Color HEX #302714 Black Magic

📋 copy color: '#302714'

red 48 ◦ green 39 ◦ blue 20

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

Shades of Black Magic #302714

Tints of Black Magic #302714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 44.86%
G = 36.45%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#302714 (or 0x302714) is known color: Black Magic. HEX triplet: 30, 27 and 14. RGB value is (48,39,20). Sum of RGB (Red+Green+Blue) = 48+39+20=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302714 is #CFD8EB. Grayscale: #272727. Windows color (decimal): -13621484 or 1320752. OLE color: 1320752.

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

Color convert

RGB 48 39 20 -
CMYK 0 0.19 0.58 0.81
HSL 40.71º 0.41% 0.13% -
HSV(B) 40.71º 0.58% 0.19% -
XYZ 2.07 2.13 0.96 -
YUV 39.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 48 39 20 0 0.19 0.58 0.81 40.71 0.41 0.13
Hex 30 27 14 0 13 3A 51 29 29 D
Octal 60 47 24 0 23 72 121 51 51 15
Binary 110000 100111 10100 0 10011 111010 1010001 101001 101001 1101

Color Harmonies of #302714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302714

Black with #302714

Text Example


Text Example

White with #302714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302714; }

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

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

background-color css

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

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

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

border-color css

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

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

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