Html Css Color HEX #30342B Black Forest

📋 copy color: '#30342B'

red 48 ◦ green 52 ◦ blue 43

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

Shades of Black Forest #30342B

Tints of Black Forest #30342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 33.57%
G = 36.36%
B = 30.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#30342B (or 0x30342B) is known color: Black Forest. HEX triplet: 30, 34 and 2B. RGB value is (48,52,43). Sum of RGB (Red+Green+Blue) = 48+52+43=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #30342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30342B is #CFCBD4. Grayscale: #313131. Windows color (decimal): -13618133 or 2831408. OLE color: 2831408.

HSL color Cylindrical-coordinate representation of color #30342B: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30342B is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 43 -
CMYK 0.08 0 0.17 0.80
HSL 86.67º 0.09% 0.19% -
HSV(B) 86.67º 0.17% 0.2% -
XYZ 2.88 3.26 2.76 -
YUV 49.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 48 52 43 0.08 0 0.17 0.80 86.67 0.09 0.19
Hex 30 34 2B 8 0 11 50 57 9 13
Octal 60 64 53 10 0 21 120 127 11 23
Binary 110000 110100 101011 1000 0 10001 1010000 1010111 1001 10011

Color Harmonies of #30342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30342B

Black with #30342B

Text Example


Text Example

White with #30342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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