Html Css Color HEX #30270C Maire

📋 copy color: '#30270C'

red 48 ◦ green 39 ◦ blue 12

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

Shades of Maire #30270C

Tints of Maire #30270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39.39%

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 48.48%
G = 39.39%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30270C (or 0x30270C) is known color: Maire. HEX triplet: 30, 27 and 0C. RGB value is (48,39,12). Sum of RGB (Red+Green+Blue) = 48+39+12=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30270C is #CFD8F3. Grayscale: #262626. Windows color (decimal): -13621492 or 796464. OLE color: 796464.

HSL color Cylindrical-coordinate representation of color #30270C: hue angle of 45º 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 #30270C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 39 12 -
CMYK 0 0.19 0.75 0.81
HSL 45º 0.6% 0.12% -
HSV(B) 45º 0.75% 0.19% -
XYZ 2.01 2.11 0.65 -
YUV 38.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 48 39 12 0 0.19 0.75 0.81 45 0.6 0.12
Hex 30 27 C 0 13 4B 51 2D 3C C
Octal 60 47 14 0 23 113 121 55 74 14
Binary 110000 100111 1100 0 10011 1001011 1010001 101101 111100 1100

Color Harmonies of #30270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30270C

Black with #30270C

Text Example


Text Example

White with #30270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30270C; }

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

 H1.HeaderClassName
 {
   color: #30270C;
 }
 .AnyTagClassName
 {
   color: #30270C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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