Html Css Color HEX #30311D Karaka

📋 copy color: '#30311D'

red 48 ◦ green 49 ◦ blue 29

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

Shades of Karaka #30311D

Tints of Karaka #30311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 38.1%
G = 38.89%
B = 23.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#30311D (or 0x30311D) is known color: Karaka. HEX triplet: 30, 31 and 1D. RGB value is (48,49,29). Sum of RGB (Red+Green+Blue) = 48+49+29=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #30311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311D is #CFCEE2. Grayscale: #2E2E2E. Windows color (decimal): -13618915 or 1913136. OLE color: 1913136.

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

Color convert

RGB 48 49 29 -
CMYK 0.02 0 0.41 0.81
HSL 63º 0.26% 0.15% -
HSV(B) 63º 0.41% 0.19% -
XYZ 2.54 2.91 1.59 -
YUV 46.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 48 49 29 0.02 0 0.41 0.81 63 0.26 0.15
Hex 30 31 1D 2 0 29 51 3F 1A F
Octal 60 61 35 2 0 51 121 77 32 17
Binary 110000 110001 11101 10 0 101001 1010001 111111 11010 1111

Color Harmonies of #30311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30311D

Black with #30311D

Text Example


Text Example

White with #30311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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