Html Css Color HEX #303019 Karaka

📋 copy color: '#303019'

red 48 ◦ green 48 ◦ blue 25

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

Shades of Karaka #303019

Tints of Karaka #303019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 39.67%
G = 39.67%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#303019 (or 0x303019) is known color: Karaka. HEX triplet: 30, 30 and 19. RGB value is (48,48,25). Sum of RGB (Red+Green+Blue) = 48+48+25=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303019 is #CFCFE6. Grayscale: #2D2D2D. Windows color (decimal): -13619175 or 1650736. OLE color: 1650736.

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

Color convert

RGB 48 48 25 -
CMYK 0 0 0.48 0.81
HSL 60º 0.32% 0.14% -
HSV(B) 60º 0.48% 0.19% -
XYZ 2.45 2.81 1.33 -
YUV 45.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 48 48 25 0 0 0.48 0.81 60 0.32 0.14
Hex 30 30 19 0 0 30 51 3C 20 E
Octal 60 60 31 0 0 60 121 74 40 16
Binary 110000 110000 11001 0 0 110000 1010001 111100 100000 1110

Color Harmonies of #303019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303019

Black with #303019

Text Example


Text Example

White with #303019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303019; }

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

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

background-color css

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

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

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

border-color css

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

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

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