Html Css Color HEX #302B25 Black Magic

📋 copy color: '#302B25'

red 48 ◦ green 43 ◦ blue 37

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

Shades of Black Magic #302B25

Tints of Black Magic #302B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.59%

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 37.5%
G = 33.59%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302B25 (or 0x302B25) is known color: Black Magic. HEX triplet: 30, 2B and 25. RGB value is (48,43,37). Sum of RGB (Red+Green+Blue) = 48+43+37=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #302B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B25 is #CFD4DA. Grayscale: #2B2B2B. Windows color (decimal): -13620443 or 2435888. OLE color: 2435888.

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

Color convert

RGB 48 43 37 -
CMYK 0 0.10 0.23 0.81
HSL 32.73º 0.13% 0.17% -
HSV(B) 32.73º 0.23% 0.19% -
XYZ 2.42 2.49 2.1 -
YUV 43.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 48 43 37 0 0.10 0.23 0.81 32.73 0.13 0.17
Hex 30 2B 25 0 A 17 51 21 D 11
Octal 60 53 45 0 12 27 121 41 15 21
Binary 110000 101011 100101 0 1010 10111 1010001 100001 1101 10001

Color Harmonies of #302B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B25

Black with #302B25

Text Example


Text Example

White with #302B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B25; }

 p { color: rgb(48,43,37); }

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

background-color css

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

 a { background-color: rgb(48,43,37); }

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

border-color css

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

 span { border-color: rgb(48,43,37); }

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