Html Css Color HEX #330D02 Seal Brown

📋 copy color: '#330D02'

red 51 ◦ green 13 ◦ blue 2

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

Shades of Seal Brown #330D02

Tints of Seal Brown #330D02

RGB

 RED value IS 51 (20.31% from 255) = 77.27%

 GREEN value IS 13 (5.47% from 255) = 19.7%

 BLUE value IS 2 (1.17% from 255) = 3.03%

R = 77.27%
G = 19.7%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#330D02 (or 0x330D02) is known color: Seal Brown. HEX triplet: 33, 0D and 02. RGB value is (51,13,2). Sum of RGB (Red+Green+Blue) = 51+13+2=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #330D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D02 is #CCF2FD. Grayscale: #171717. Windows color (decimal): -13431550 or 134451. OLE color: 134451.

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

Color convert

RGB 51 13 2 -
CMYK 0 0.75 0.96 0.8
HSL 13.47º 0.92% 0.1% -
HSV(B) 13.47º 0.96% 0.2% -
XYZ 1.52 1 0.17 -
YUV 23.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 51 13 2 0 0.75 0.96 0.8 13.47 0.92 0.1
Hex 33 D 2 0 4B 60 50 D 5C A
Octal 63 15 2 0 113 140 120 15 134 12
Binary 110011 1101 10 0 1001011 1100000 1010000 1101 1011100 1010

Color Harmonies of #330D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D02

Black with #330D02

Text Example


Text Example

White with #330D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,2); }

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

background-color css

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

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

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

border-color css

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

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

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