Html Css Color HEX #30150B Seal Brown

📋 copy color: '#30150B'

red 48 ◦ green 21 ◦ blue 11

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

Shades of Seal Brown #30150B

Tints of Seal Brown #30150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 60%
G = 26.25%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30150B (or 0x30150B) is known color: Seal Brown. HEX triplet: 30, 15 and 0B. RGB value is (48,21,11). Sum of RGB (Red+Green+Blue) = 48+21+11=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150B is #CFEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13626101 or 726320. OLE color: 726320.

HSL color Cylindrical-coordinate representation of color #30150B: hue angle of 16.22º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30150B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 11 -
CMYK 0 0.56 0.77 0.81
HSL 16.22º 0.63% 0.12% -
HSV(B) 16.22º 0.77% 0.19% -
XYZ 1.55 1.19 0.46 -
YUV 27.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 48 21 11 0 0.56 0.77 0.81 16.22 0.63 0.12
Hex 30 15 B 0 38 4D 51 10 3F C
Octal 60 25 13 0 70 115 121 20 77 14
Binary 110000 10101 1011 0 111000 1001101 1010001 10000 111111 1100

Color Harmonies of #30150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30150B

Black with #30150B

Text Example


Text Example

White with #30150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,21,11); }

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

background-color css

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

 a { background-color: rgb(48,21,11); }

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

border-color css

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

 span { border-color: rgb(48,21,11); }

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