#230B00

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

Shades of Seal Brown #230B00

Tints of Seal Brown #230B00

Color information

#230B00 (or 0x230B00) is unknown color: approx Seal Brown. HEX triplet: 23, 0B and 00. RGB value is (35,11,0). Sum of RGB (Red+Green+Blue) = 35+11+0=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #230B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B00 is #DCF4FF. Grayscale: #101010. Windows color (decimal): -14480640 or 2851. OLE color: 2851.

HSL color Cylindrical-coordinate representation of color #230B00: hue angle of 18.86º 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 #230B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB35110-
CMYK00.6910.86
HSL18.86º100%6.86%-
HSV(B)18.86º100%13.73%-
XYZ0.810.60.07-
YUV16.92118.45140.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 76.09%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.09%
G=23.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511000.6910.8618.861006.86
Hex23B0045645613647
Octal431300105144126231447
Binary100011101100100010111001001010110100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230B00; }

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

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

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

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

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

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

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

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