Html Css Color HEX #230300 Seal Brown

📋 copy color: '#230300'

red 35 ◦ green 3 ◦ blue 0

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

Shades of Seal Brown #230300

Tints of Seal Brown #230300

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 value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230300 (or 0x230300) is known color: 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

RGB 35 3 0 -
CMYK 0 0.91 1 0.86
HSL 5.14º 1% 0.07% -
HSV(B) 5.14º 1% 0.14% -
XYZ 0.73 0.42 0.04 -
YUV 12.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 35 3 0 0 0.91 1 0.86 5.14 1 0.07
Hex 23 3 0 0 5B 64 56 5 64 7
Octal 43 3 0 0 133 144 126 5 144 7
Binary 100011 11 0 0 1011011 1100100 1010110 101 1100100 111

Color Harmonies of #230300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230300

Black with #230300

Text Example


Text Example

White with #230300

Text Example


Text Example

HTML Codes & Css Web 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>