Html Css Color HEX #313212 Karaka

📋 copy color: '#313212'

red 49 ◦ green 50 ◦ blue 18

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

Shades of Karaka #313212

Tints of Karaka #313212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.74%

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

R = 41.88%
G = 42.74%
B = 15.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#313212 (or 0x313212) is known color: Karaka. HEX triplet: 31, 32 and 12. RGB value is (49,50,18). Sum of RGB (Red+Green+Blue) = 49+50+18=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #313212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313212 is #CECDED. Grayscale: #2E2E2E. Windows color (decimal): -13553134 or 1192497. OLE color: 1192497.

HSL color Cylindrical-coordinate representation of color #313212: hue angle of 61.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313212 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 50 18 -
CMYK 0.02 0 0.64 0.80
HSL 61.88º 0.47% 0.13% -
HSV(B) 61.88º 0.64% 0.2% -
XYZ 2.52 2.98 1.01 -
YUV 46.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 49 50 18 0.02 0 0.64 0.80 61.88 0.47 0.13
Hex 31 32 12 2 0 40 50 3E 2F D
Octal 61 62 22 2 0 100 120 76 57 15
Binary 110001 110010 10010 10 0 1000000 1010000 111110 101111 1101

Color Harmonies of #313212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313212

Black with #313212

Text Example


Text Example

White with #313212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313212; }

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

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

background-color css

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

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

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

border-color css

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

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

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