Html Css Color HEX #230100 Seal Brown

📋 copy color: '#230100'

red 35 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #230100

Tints of Seal Brown #230100

RGB

 RED value IS 35 (14.06% from 255) = 97.22%

 GREEN value IS 1 (0.78% from 255) = 2.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.22%
G = 2.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230100 (or 0x230100) is known color: Seal Brown. HEX triplet: 23, 01 and 00. RGB value is (35,1,0). Sum of RGB (Red+Green+Blue) = 35+1+0=36 (4% of max value = 765). Red value is 35 (14.06% from 255 or 97.22% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 35 - color contains mainly: red. Hex color #230100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230100 is #DCFEFF. Grayscale: #0B0B0B. Windows color (decimal): -14483200 or 291. OLE color: 291.

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

Color convert

RGB 35 1 0 -
CMYK 0 0.97 1 0.86
HSL 1.71º 1% 0.07% -
HSV(B) 1.71º 1% 0.14% -
XYZ 0.7 0.38 0.04 -
YUV 11.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 35 1 0 0 0.97 1 0.86 1.71 1 0.07
Hex 23 1 0 0 61 64 56 2 64 7
Octal 43 1 0 0 141 144 126 2 144 7
Binary 100011 1 0 0 1100001 1100100 1010110 10 1100100 111

Color Harmonies of #230100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230100

Black with #230100

Text Example


Text Example

White with #230100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230100; }

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

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

background-color css

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

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

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

border-color css

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

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

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