Html Css Color HEX #30311E Karaka

📋 copy color: '#30311E'

red 48 ◦ green 49 ◦ blue 30

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

Shades of Karaka #30311E

Tints of Karaka #30311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 37.8%
G = 38.58%
B = 23.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.81

RGB Variations

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

Color information

#30311E (or 0x30311E) is known color: Karaka. HEX triplet: 30, 31 and 1E. RGB value is (48,49,30). Sum of RGB (Red+Green+Blue) = 48+49+30=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #30311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311E is #CFCEE1. Grayscale: #2E2E2E. Windows color (decimal): -13618914 or 1978672. OLE color: 1978672.

HSL color Cylindrical-coordinate representation of color #30311E: hue angle of 63.16º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30311E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 49 30 -
CMYK 0.02 0 0.39 0.81
HSL 63.16º 0.24% 0.15% -
HSV(B) 63.16º 0.39% 0.19% -
XYZ 2.55 2.92 1.66 -
YUV 46.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 48 49 30 0.02 0 0.39 0.81 63.16 0.24 0.15
Hex 30 31 1E 2 0 27 51 3F 18 F
Octal 60 61 36 2 0 47 121 77 30 17
Binary 110000 110001 11110 10 0 100111 1010001 111111 11000 1111

Color Harmonies of #30311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30311E

Black with #30311E

Text Example


Text Example

White with #30311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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