Html Css Color HEX #300C1A Temptress

📋 copy color: '#300C1A'

red 48 ◦ green 12 ◦ blue 26

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

Shades of Temptress #300C1A

Tints of Temptress #300C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.95%

 BLUE value IS 26 (10.55% from 255) = 30.23%

R = 55.81%
G = 13.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#300C1A (or 0x300C1A) is known color: Temptress. HEX triplet: 30, 0C and 1A. RGB value is (48,12,26). Sum of RGB (Red+Green+Blue) = 48+12+26=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C1A is #CFF3E5. Grayscale: #181818. Windows color (decimal): -13628390 or 1707056. OLE color: 1707056.

HSL color Cylindrical-coordinate representation of color #300C1A: hue angle of 336.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C1A is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 12 26 -
CMYK 0 0.75 0.46 0.81
HSL 336.67º 0.6% 0.12% -
HSV(B) 336.67º 0.75% 0.19% -
XYZ 1.54 0.97 1.08 -
YUV 24.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 48 12 26 0 0.75 0.46 0.81 336.67 0.6 0.12
Hex 30 C 1A 0 4B 2E 51 151 3C C
Octal 60 14 32 0 113 56 121 521 74 14
Binary 110000 1100 11010 0 1001011 101110 1010001 101010001 111100 1100

Color Harmonies of #300C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C1A

Black with #300C1A

Text Example


Text Example

White with #300C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,12,26); }

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

background-color css

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

 a { background-color: rgb(48,12,26); }

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

border-color css

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

 span { border-color: rgb(48,12,26); }

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