Html Css Color HEX #30311C Karaka

📋 copy color: '#30311C'

red 48 ◦ green 49 ◦ blue 28

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

Shades of Karaka #30311C

Tints of Karaka #30311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.4%

R = 38.4%
G = 39.2%
B = 22.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#30311C (or 0x30311C) is known color: Karaka. HEX triplet: 30, 31 and 1C. RGB value is (48,49,28). Sum of RGB (Red+Green+Blue) = 48+49+28=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #30311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311C is #CFCEE3. Grayscale: #2E2E2E. Windows color (decimal): -13618916 or 1847600. OLE color: 1847600.

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

Color convert

RGB 48 49 28 -
CMYK 0.02 0 0.43 0.81
HSL 62.86º 0.27% 0.15% -
HSV(B) 62.86º 0.43% 0.19% -
XYZ 2.53 2.91 1.53 -
YUV 46.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 48 49 28 0.02 0 0.43 0.81 62.86 0.27 0.15
Hex 30 31 1C 2 0 2B 51 3F 1B F
Octal 60 61 34 2 0 53 121 77 33 17
Binary 110000 110001 11100 10 0 101011 1010001 111111 11011 1111

Color Harmonies of #30311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30311C

Black with #30311C

Text Example


Text Example

White with #30311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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