Html Css Color HEX #303011 Karaka

📋 copy color: '#303011'

red 48 ◦ green 48 ◦ blue 17

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

Shades of Karaka #303011

Tints of Karaka #303011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.48%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 42.48%
G = 42.48%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#303011 (or 0x303011) is known color: Karaka. HEX triplet: 30, 30 and 11. RGB value is (48,48,17). Sum of RGB (Red+Green+Blue) = 48+48+17=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303011 is #CFCFEE. Grayscale: #2C2C2C. Windows color (decimal): -13619183 or 1126448. OLE color: 1126448.

HSL color Cylindrical-coordinate representation of color #303011: hue angle of 60º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303011 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 17 -
CMYK 0 0 0.65 0.81
HSL 60º 0.48% 0.13% -
HSV(B) 60º 0.65% 0.19% -
XYZ 2.38 2.78 0.94 -
YUV 44.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 48 48 17 0 0 0.65 0.81 60 0.48 0.13
Hex 30 30 11 0 0 41 51 3C 30 D
Octal 60 60 21 0 0 101 121 74 60 15
Binary 110000 110000 10001 0 0 1000001 1010001 111100 110000 1101

Color Harmonies of #303011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303011

Black with #303011

Text Example


Text Example

White with #303011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303011; }

 p { color: rgb(48,48,17); }

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

background-color css

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

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

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

border-color css

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

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

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