Html Css Color HEX #230B0B Seal Brown

📋 copy color: '#230B0B'

red 35 ◦ green 11 ◦ blue 11

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

Shades of Seal Brown #230B0B

Tints of Seal Brown #230B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 19.3%

 BLUE value IS 11 (4.69% from 255) = 19.3%

R = 61.4%
G = 19.3%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#230B0B (or 0x230B0B) is known color: Seal Brown. HEX triplet: 23, 0B and 0B. RGB value is (35,11,11). Sum of RGB (Red+Green+Blue) = 35+11+11=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B0B is #DCF4F4. Grayscale: #121212. Windows color (decimal): -14480629 or 723747. OLE color: 723747.

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

Color convert

RGB 35 11 11 -
CMYK 0 0.69 0.69 0.86
HSL 0.52% 0.09% -
HSV(B) 0.69% 0.14% -
XYZ 0.87 0.62 0.39 -
YUV 18.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 35 11 11 0 0.69 0.69 0.86 0 0.52 0.09
Hex 23 B B 0 45 45 56 0 34 9
Octal 43 13 13 0 105 105 126 0 64 11
Binary 100011 1011 1011 0 1000101 1000101 1010110 0 110100 1001

Color Harmonies of #230B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B0B

Black with #230B0B

Text Example


Text Example

White with #230B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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