Html Css Color HEX #230B00 Seal Brown

📋 copy color: '#230B00'

red 35 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #230B00

Tints of Seal Brown #230B00

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

 M value IS 0.69

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230B00 (or 0x230B00) is known color: 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

RGB 35 11 0 -
CMYK 0 0.69 1 0.86
HSL 18.86º 1% 0.07% -
HSV(B) 18.86º 1% 0.14% -
XYZ 0.81 0.6 0.07 -
YUV 16.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 35 11 0 0 0.69 1 0.86 18.86 1 0.07
Hex 23 B 0 0 45 64 56 13 64 7
Octal 43 13 0 0 105 144 126 23 144 7
Binary 100011 1011 0 0 1000101 1100100 1010110 10011 1100100 111

Color Harmonies of #230B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B00

Black with #230B00

Text Example


Text Example

White with #230B00

Text Example


Text Example

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