Html Css Color HEX #30352A Black Forest

📋 copy color: '#30352A'

red 48 ◦ green 53 ◦ blue 42

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

Shades of Black Forest #30352A

Tints of Black Forest #30352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 33.57%
G = 37.06%
B = 29.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#30352A (or 0x30352A) is known color: Black Forest. HEX triplet: 30, 35 and 2A. RGB value is (48,53,42). Sum of RGB (Red+Green+Blue) = 48+53+42=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 53 - color contains mainly: green. Hex color #30352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352A is #CFCAD5. Grayscale: #323232. Windows color (decimal): -13617878 or 2766128. OLE color: 2766128.

HSL color Cylindrical-coordinate representation of color #30352A: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30352A is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 42 -
CMYK 0.09 0 0.21 0.79
HSL 87.27º 0.12% 0.19% -
HSV(B) 87.27º 0.21% 0.21% -
XYZ 2.91 3.34 2.68 -
YUV 50.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 48 53 42 0.09 0 0.21 0.79 87.27 0.12 0.19
Hex 30 35 2A 9 0 15 4F 57 C 13
Octal 60 65 52 11 0 25 117 127 14 23
Binary 110000 110101 101010 1001 0 10101 1001111 1010111 1100 10011

Color Harmonies of #30352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30352A

Black with #30352A

Text Example


Text Example

White with #30352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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