Html Css Color HEX #303115 Karaka

📋 copy color: '#303115'

red 48 ◦ green 49 ◦ blue 21

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

Shades of Karaka #303115

Tints of Karaka #303115

RGB

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

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

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

R = 40.68%
G = 41.53%
B = 17.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#303115 (or 0x303115) is known color: Karaka. HEX triplet: 30, 31 and 15. RGB value is (48,49,21). Sum of RGB (Red+Green+Blue) = 48+49+21=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #303115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303115 is #CFCEEA. Grayscale: #2D2D2D. Windows color (decimal): -13618923 or 1388848. OLE color: 1388848.

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

Color convert

RGB 48 49 21 -
CMYK 0.02 0 0.57 0.81
HSL 62.14º 0.4% 0.14% -
HSV(B) 62.14º 0.57% 0.19% -
XYZ 2.45 2.88 1.14 -
YUV 45.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 48 49 21 0.02 0 0.57 0.81 62.14 0.4 0.14
Hex 30 31 15 2 0 39 51 3E 28 E
Octal 60 61 25 2 0 71 121 76 50 16
Binary 110000 110001 10101 10 0 111001 1010001 111110 101000 1110

Color Harmonies of #303115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303115

Black with #303115

Text Example


Text Example

White with #303115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303115; }

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

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

background-color css

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

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

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

border-color css

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

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

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