Html Css Color HEX #302B09 Maire

📋 copy color: '#302B09'

red 48 ◦ green 43 ◦ blue 9

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

Shades of Maire #302B09

Tints of Maire #302B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9%

R = 48%
G = 43%
B = 9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#302B09 (or 0x302B09) is known color: Maire. HEX triplet: 30, 2B and 09. RGB value is (48,43,9). Sum of RGB (Red+Green+Blue) = 48+43+9=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #302B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B09 is #CFD4F6. Grayscale: #282828. Windows color (decimal): -13620471 or 600880. OLE color: 600880.

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

Color convert

RGB 48 43 9 -
CMYK 0 0.10 0.81 0.81
HSL 52.31º 0.68% 0.11% -
HSV(B) 52.31º 0.81% 0.19% -
XYZ 2.13 2.38 0.6 -
YUV 40.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 48 43 9 0 0.10 0.81 0.81 52.31 0.68 0.11
Hex 30 2B 9 0 A 51 51 34 44 B
Octal 60 53 11 0 12 121 121 64 104 13
Binary 110000 101011 1001 0 1010 1010001 1010001 110100 1000100 1011

Color Harmonies of #302B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B09

Black with #302B09

Text Example


Text Example

White with #302B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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