Html Css Color HEX #230303 Seal Brown

📋 copy color: '#230303'

red 35 ◦ green 3 ◦ blue 3

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

Shades of Seal Brown #230303

Tints of Seal Brown #230303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

 BLUE value IS 3 (1.56% from 255) = 7.32%

R = 85.37%
G = 7.32%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#230303 (or 0x230303) is known color: Seal Brown. HEX triplet: 23, 03 and 03. RGB value is (35,3,3). Sum of RGB (Red+Green+Blue) = 35+3+3=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230303 is #DCFCFC. Grayscale: #0C0C0C. Windows color (decimal): -14482685 or 197411. OLE color: 197411.

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

Color convert

RGB 35 3 3 -
CMYK 0 0.91 0.91 0.86
HSL 0.84% 0.07% -
HSV(B) 0.91% 0.14% -
XYZ 0.74 0.43 0.13 -
YUV 12.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 35 3 3 0 0.91 0.91 0.86 0 0.84 0.07
Hex 23 3 3 0 5B 5B 56 0 54 7
Octal 43 3 3 0 133 133 126 0 124 7
Binary 100011 11 11 0 1011011 1011011 1010110 0 1010100 111

Color Harmonies of #230303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230303

Black with #230303

Text Example


Text Example

White with #230303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230303; }

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

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

background-color css

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

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

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

border-color css

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

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

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