Html Css Color HEX #303020 Karaka

📋 copy color: '#303020'

red 48 ◦ green 48 ◦ blue 32

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

Shades of Karaka #303020

Tints of Karaka #303020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#303020 (or 0x303020) is known color: Karaka. HEX triplet: 30, 30 and 20. RGB value is (48,48,32). Sum of RGB (Red+Green+Blue) = 48+48+32=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303020 is #CFCFDF. Grayscale: #2E2E2E. Windows color (decimal): -13619168 or 2109488. OLE color: 2109488.

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

Color convert

RGB 48 48 32 -
CMYK 0 0 0.33 0.81
HSL 60º 0.2% 0.16% -
HSV(B) 60º 0.33% 0.19% -
XYZ 2.54 2.85 1.78 -
YUV 46.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 48 48 32 0 0 0.33 0.81 60 0.2 0.16
Hex 30 30 20 0 0 21 51 3C 14 10
Octal 60 60 40 0 0 41 121 74 24 20
Binary 110000 110000 100000 0 0 100001 1010001 111100 10100 10000

Color Harmonies of #303020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303020

Black with #303020

Text Example


Text Example

White with #303020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303020; }

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

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

background-color css

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

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

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

border-color css

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

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

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