Html Css Color HEX #303118 Karaka

📋 copy color: '#303118'

red 48 ◦ green 49 ◦ blue 24

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

Shades of Karaka #303118

Tints of Karaka #303118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.5%

 BLUE value IS 24 (9.77% from 255) = 19.83%

R = 39.67%
G = 40.5%
B = 19.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#303118 (or 0x303118) is known color: Karaka. HEX triplet: 30, 31 and 18. RGB value is (48,49,24). Sum of RGB (Red+Green+Blue) = 48+49+24=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #303118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303118 is #CFCEE7. Grayscale: #2D2D2D. Windows color (decimal): -13618920 or 1585456. OLE color: 1585456.

HSL color Cylindrical-coordinate representation of color #303118: hue angle of 62.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303118 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 49 24 -
CMYK 0.02 0 0.51 0.81
HSL 62.4º 0.34% 0.14% -
HSV(B) 62.4º 0.51% 0.19% -
XYZ 2.48 2.89 1.29 -
YUV 45.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 48 49 24 0.02 0 0.51 0.81 62.4 0.34 0.14
Hex 30 31 18 2 0 33 51 3E 22 E
Octal 60 61 30 2 0 63 121 76 42 16
Binary 110000 110001 11000 10 0 110011 1010001 111110 100010 1110

Color Harmonies of #303118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303118

Black with #303118

Text Example


Text Example

White with #303118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303118; }

 p { color: rgb(48,49,24); }

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

background-color css

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

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

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

border-color css

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

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

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