Html Css Color HEX #313312 Karaka

📋 copy color: '#313312'

red 49 ◦ green 51 ◦ blue 18

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

Shades of Karaka #313312

Tints of Karaka #313312

RGB

 RED value IS 49 (19.53% from 255) = 41.53%

 GREEN value IS 51 (20.31% from 255) = 43.22%

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 41.53%
G = 43.22%
B = 15.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#313312 (or 0x313312) is known color: Karaka. HEX triplet: 31, 33 and 12. RGB value is (49,51,18). Sum of RGB (Red+Green+Blue) = 49+51+18=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #313312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313312 is #CECCED. Grayscale: #2E2E2E. Windows color (decimal): -13552878 or 1192753. OLE color: 1192753.

HSL color Cylindrical-coordinate representation of color #313312: hue angle of 63.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313312 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 18 -
CMYK 0.04 0 0.65 0.8
HSL 63.64º 0.48% 0.14% -
HSV(B) 63.64º 0.65% 0.2% -
XYZ 2.56 3.06 1.03 -
YUV 46.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 49 51 18 0.04 0 0.65 0.8 63.64 0.48 0.14
Hex 31 33 12 4 0 41 50 40 30 E
Octal 61 63 22 4 0 101 120 100 60 16
Binary 110001 110011 10010 100 0 1000001 1010000 1000000 110000 1110

Color Harmonies of #313312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313312

Black with #313312

Text Example


Text Example

White with #313312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313312; }

 p { color: rgb(49,51,18); }

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

background-color css

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

 a { background-color: rgb(49,51,18); }

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

border-color css

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

 span { border-color: rgb(49,51,18); }

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