#330B0B

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

Shades of Seal Brown #330B0B

Tints of Seal Brown #330B0B

Color information

#330B0B (or 0x330B0B) is unknown color: approx Seal Brown. HEX triplet: 33, 0B and 0B. RGB value is (51,11,11). Sum of RGB (Red+Green+Blue) = 51+11+11=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0B is #CCF4F4. Grayscale: #171717. Windows color (decimal): -13432053 or 723763. OLE color: 723763.

HSL color Cylindrical-coordinate representation of color #330B0B: hue angle of 0º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B0B is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB511111-
CMYK00.780.780.8
HSL64.52%12.16%-
HSV(B)78.43%20%-
XYZ1.550.970.42-
YUV22.96121.25148-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 69.86%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=69.86%
G=15.07%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51111100.780.780.8064.5212.16
Hex33BB04E4E50041c
Octal6313130116116120010114
Binary110011101110110100111010011101010000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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