#230300

Color #230300 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #230300

Tints of Seal Brown #230300

Color information

#230300 (or 0x230300) is unknown color: approx Seal Brown. HEX triplet: 23, 03 and 00. RGB value is (35,3,0). Sum of RGB (Red+Green+Blue) = 35+3+0=38 (5% of max value = 765). Red value is 35 (14.06% from 255 or 92.11% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 35 - color contains mainly: red. Hex color #230300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230300 is #DCFCFF. Grayscale: #0C0C0C. Windows color (decimal): -14482688 or 803. OLE color: 803.

HSL color Cylindrical-coordinate representation of color #230300: hue angle of 5.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB3530-
CMYK00.9110.86
HSL5.14º100%6.86%-
HSV(B)5.14º100%13.73%-
XYZ0.730.420.04-
YUV12.23121.1144.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 92.11%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.11%
G=7.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353000.9110.865.141006.86
Hex233005B64565647
Octal4330013314412651447
Binary10001111001011011110010010101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230300; }

 p { color: rgb(35,3,0); }

 H1.HeaderClassName
 {
   color: #230300;
 }
 .AnyTagClassName
 {
   color: #230300;
 }
</style>
background-color css

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

 a { background-color: rgb(35,3,0); }

 div.DivClassName
 {
   background-color: #230300;
 }
 .BgClassName
 {
   background-color: #230300;
 }
</style>
border-color css

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

 span { border-color: rgb(35,3,0); }

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