Html Css Color HEX #303015 Karaka

📋 copy color: '#303015'

red 48 ◦ green 48 ◦ blue 21

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

Shades of Karaka #303015

Tints of Karaka #303015

RGB

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

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

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

R = 41.03%
G = 41.03%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#303015 (or 0x303015) is known color: Karaka. HEX triplet: 30, 30 and 15. RGB value is (48,48,21). Sum of RGB (Red+Green+Blue) = 48+48+21=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303015 is #CFCFEA. Grayscale: #2D2D2D. Windows color (decimal): -13619179 or 1388592. OLE color: 1388592.

HSL color Cylindrical-coordinate representation of color #303015: hue angle of 60º 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 #303015 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 21 -
CMYK 0 0 0.56 0.81
HSL 60º 0.39% 0.14% -
HSV(B) 60º 0.56% 0.19% -
XYZ 2.41 2.8 1.12 -
YUV 44.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 48 48 21 0 0 0.56 0.81 60 0.39 0.14
Hex 30 30 15 0 0 38 51 3C 27 E
Octal 60 60 25 0 0 70 121 74 47 16
Binary 110000 110000 10101 0 0 111000 1010001 111100 100111 1110

Color Harmonies of #303015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303015

Black with #303015

Text Example


Text Example

White with #303015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303015; }

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

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

background-color css

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

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

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

border-color css

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

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

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