Html Css Color HEX #30372A Black Forest

📋 copy color: '#30372A'

red 48 ◦ green 55 ◦ blue 42

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

Shades of Black Forest #30372A

Tints of Black Forest #30372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 33.1%
G = 37.93%
B = 28.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#30372A (or 0x30372A) is known color: Black Forest. HEX triplet: 30, 37 and 2A. RGB value is (48,55,42). Sum of RGB (Red+Green+Blue) = 48+55+42=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #30372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30372A is #CFC8D5. Grayscale: #333333. Windows color (decimal): -13617366 or 2766640. OLE color: 2766640.

HSL color Cylindrical-coordinate representation of color #30372A: hue angle of 92.31º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #30372A is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 42 -
CMYK 0.13 0 0.24 0.78
HSL 92.31º 0.13% 0.19% -
HSV(B) 92.31º 0.24% 0.22% -
XYZ 3 3.53 2.71 -
YUV 51.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 48 55 42 0.13 0 0.24 0.78 92.31 0.13 0.19
Hex 30 37 2A D 0 18 4E 5C D 13
Octal 60 67 52 15 0 30 116 134 15 23
Binary 110000 110111 101010 1101 0 11000 1001110 1011100 1101 10011

Color Harmonies of #30372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30372A

Black with #30372A

Text Example


Text Example

White with #30372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,55,42); }

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

background-color css

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

 a { background-color: rgb(48,55,42); }

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

border-color css

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

 span { border-color: rgb(48,55,42); }

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