#230303

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

Shades of Seal Brown #230303

Tints of Seal Brown #230303

Color information

#230303 (or 0x230303) is unknown color: approx Seal Brown. HEX triplet: 23, 03 and 03. RGB value is (35,3,3). Sum of RGB (Red+Green+Blue) = 35+3+3=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230303 is #DCFCFC. Grayscale: #0C0C0C. Windows color (decimal): -14482685 or 197411. OLE color: 197411.

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

Color convert

RGB3533-
CMYK00.910.910.86
HSL84.21%7.45%-
HSV(B)91.43%13.73%-
XYZ0.740.430.13-
YUV12.57122.6144-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 85.37%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=85.37%
G=7.32%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353300.910.910.86084.217.45
Hex233305B5B560547
Octal4333013313312601247
Binary1000111111010110111011011101011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230303; }

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

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

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

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

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

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

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

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