Html Css Color HEX #302B15 Maire

📋 copy color: '#302B15'

red 48 ◦ green 43 ◦ blue 21

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

Shades of Maire #302B15

Tints of Maire #302B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.39%

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 42.86%
G = 38.39%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302B15 (or 0x302B15) is known color: Maire. HEX triplet: 30, 2B and 15. RGB value is (48,43,21). Sum of RGB (Red+Green+Blue) = 48+43+21=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B15 is #CFD4EA. Grayscale: #2A2A2A. Windows color (decimal): -13620459 or 1387312. OLE color: 1387312.

HSL color Cylindrical-coordinate representation of color #302B15: hue angle of 48.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302B15 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 43 21 -
CMYK 0 0.10 0.56 0.81
HSL 48.89º 0.39% 0.14% -
HSV(B) 48.89º 0.56% 0.19% -
XYZ 2.22 2.41 1.06 -
YUV 41.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 48 43 21 0 0.10 0.56 0.81 48.89 0.39 0.14
Hex 30 2B 15 0 A 38 51 31 27 E
Octal 60 53 25 0 12 70 121 61 47 16
Binary 110000 101011 10101 0 1010 111000 1010001 110001 100111 1110

Color Harmonies of #302B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B15

Black with #302B15

Text Example


Text Example

White with #302B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B15; }

 p { color: rgb(48,43,21); }

 H1.HeaderClassName
 {
   color: #302B15;
 }
 .AnyTagClassName
 {
   color: #302B15;
 }
</style>

background-color css

<style>
 a { background-color: #302B15; }

 a { background-color: rgb(48,43,21); }

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

border-color css

<style>
 span { border-color: #302B15; }

 span { border-color: rgb(48,43,21); }

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