#380302

Color #380302 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #380302

Tints of Seal Brown #380302

Color information

#380302 (or 0x380302) is unknown color: approx Seal Brown. HEX triplet: 38, 03 and 02. RGB value is (56,3,2). Sum of RGB (Red+Green+Blue) = 56+3+2=61 (8% of max value = 765). Red value is 56 (22.27% from 255 or 91.80% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 56 - color contains mainly: red. Hex color #380302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380302 is #C7FCFD. Grayscale: #121212. Windows color (decimal): -13106430 or 131896. OLE color: 131896.

HSL color Cylindrical-coordinate representation of color #380302: hue angle of 1.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380302 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB5632-
CMYK00.950.960.78
HSL1.11º93.1%11.37%-
HSV(B)1.11º96.43%21.96%-
XYZ1.670.910.14-
YUV18.73118.56154.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 91.80%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 2 (1.17% from 255) = 3.28%
R=91.80%
G=4.92%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal563200.950.960.781.1193.111.37
Hex383205F604E15db
Octal70320137140116113513
Binary11100011100101111111000001001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380302; }

 p { color: rgb(56,3,2); }

 H1.HeaderClassName
 {
   color: #380302;
 }
 .AnyTagClassName
 {
   color: #380302;
 }
</style>
background-color css

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

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

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

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

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

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