Html Css Color HEX #30100C Seal Brown

📋 copy color: '#30100C'

red 48 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #30100C

Tints of Seal Brown #30100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.05%

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 63.16%
G = 21.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30100C (or 0x30100C) is known color: Seal Brown. HEX triplet: 30, 10 and 0C. RGB value is (48,16,12). Sum of RGB (Red+Green+Blue) = 48+16+12=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30100C is #CFEFF3. Grayscale: #191919. Windows color (decimal): -13627380 or 790576. OLE color: 790576.

HSL color Cylindrical-coordinate representation of color #30100C: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30100C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 16 12 -
CMYK 0 0.67 0.75 0.81
HSL 6.67º 0.6% 0.12% -
HSV(B) 6.67º 0.75% 0.19% -
XYZ 1.47 1.03 0.47 -
YUV 25.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 48 16 12 0 0.67 0.75 0.81 6.67 0.6 0.12
Hex 30 10 C 0 43 4B 51 7 3C C
Octal 60 20 14 0 103 113 121 7 74 14
Binary 110000 10000 1100 0 1000011 1001011 1010001 111 111100 1100

Color Harmonies of #30100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30100C

Black with #30100C

Text Example


Text Example

White with #30100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30100C; }

 p { color: rgb(48,16,12); }

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

background-color css

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

 a { background-color: rgb(48,16,12); }

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

border-color css

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

 span { border-color: rgb(48,16,12); }

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