Html Css Color HEX #350303 Seal Brown

📋 copy color: '#350303'

red 53 ◦ green 3 ◦ blue 3

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

Shades of Seal Brown #350303

Tints of Seal Brown #350303

RGB

 RED value IS 53 (21.09% from 255) = 89.83%

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

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

R = 89.83%
G = 5.08%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#350303 (or 0x350303) is known color: Seal Brown. HEX triplet: 35, 03 and 03. RGB value is (53,3,3). Sum of RGB (Red+Green+Blue) = 53+3+3=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350303 is #CAFCFC. Grayscale: #111111. Windows color (decimal): -13303037 or 197429. OLE color: 197429.

HSL color Cylindrical-coordinate representation of color #350303: hue angle of 0º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350303 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 3 -
CMYK 0 0.94 0.94 0.79
HSL 0.89% 0.11% -
HSV(B) 0.94% 0.21% -
XYZ 1.52 0.83 0.17 -
YUV 17.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 53 3 3 0 0.94 0.94 0.79 0 0.89 0.11
Hex 35 3 3 0 5E 5E 4F 0 59 B
Octal 65 3 3 0 136 136 117 0 131 13
Binary 110101 11 11 0 1011110 1011110 1001111 0 1011001 1011

Color Harmonies of #350303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350303

Black with #350303

Text Example


Text Example

White with #350303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350303; }

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

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

background-color css

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

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

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

border-color css

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

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

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