Html Css Color HEX #30100A Seal Brown

📋 copy color: '#30100A'

red 48 ◦ green 16 ◦ blue 10

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

Shades of Seal Brown #30100A

Tints of Seal Brown #30100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.51%

R = 64.86%
G = 21.62%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30100A (or 0x30100A) is known color: Seal Brown. HEX triplet: 30, 10 and 0A. RGB value is (48,16,10). Sum of RGB (Red+Green+Blue) = 48+16+10=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #30100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30100A is #CFEFF5. Grayscale: #181818. Windows color (decimal): -13627382 or 659504. OLE color: 659504.

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

Color convert

RGB 48 16 10 -
CMYK 0 0.67 0.79 0.81
HSL 9.47º 0.66% 0.11% -
HSV(B) 9.47º 0.79% 0.19% -
XYZ 1.46 1.02 0.41 -
YUV 24.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 48 16 10 0 0.67 0.79 0.81 9.47 0.66 0.11
Hex 30 10 A 0 43 4F 51 9 42 B
Octal 60 20 12 0 103 117 121 11 102 13
Binary 110000 10000 1010 0 1000011 1001111 1010001 1001 1000010 1011

Color Harmonies of #30100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30100A

Black with #30100A

Text Example


Text Example

White with #30100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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