Html Css Color HEX #300D02 Seal Brown

📋 copy color: '#300D02'

red 48 ◦ green 13 ◦ blue 2

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

Shades of Seal Brown #300D02

Tints of Seal Brown #300D02

RGB

 RED value IS 48 (19.14% from 255) = 76.19%

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

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

R = 76.19%
G = 20.63%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#300D02 (or 0x300D02) is known color: Seal Brown. HEX triplet: 30, 0D and 02. RGB value is (48,13,2). Sum of RGB (Red+Green+Blue) = 48+13+2=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D02 is #CFF2FD. Grayscale: #161616. Windows color (decimal): -13628158 or 134448. OLE color: 134448.

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

Color convert

RGB 48 13 2 -
CMYK 0 0.73 0.96 0.81
HSL 14.35º 0.92% 0.1% -
HSV(B) 14.35º 0.96% 0.19% -
XYZ 1.37 0.92 0.16 -
YUV 22.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 48 13 2 0 0.73 0.96 0.81 14.35 0.92 0.1
Hex 30 D 2 0 49 60 51 E 5C A
Octal 60 15 2 0 111 140 121 16 134 12
Binary 110000 1101 10 0 1001001 1100000 1010001 1110 1011100 1010

Color Harmonies of #300D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D02

Black with #300D02

Text Example


Text Example

White with #300D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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