Html Css Color HEX #313106 Karaka

📋 copy color: '#313106'

red 49 ◦ green 49 ◦ blue 6

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

Shades of Karaka #313106

Tints of Karaka #313106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.77%

R = 47.12%
G = 47.12%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#313106 (or 0x313106) is known color: Karaka. HEX triplet: 31, 31 and 06. RGB value is (49,49,6). Sum of RGB (Red+Green+Blue) = 49+49+6=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313106 is #CECEF9. Grayscale: #2C2C2C. Windows color (decimal): -13553402 or 405809. OLE color: 405809.

HSL color Cylindrical-coordinate representation of color #313106: hue angle of 60º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #313106 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 49 6 -
CMYK 0 0 0.88 0.81
HSL 60º 0.78% 0.11% -
HSV(B) 60º 0.88% 0.19% -
XYZ 2.4 2.86 0.6 -
YUV 44.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 49 49 6 0 0 0.88 0.81 60 0.78 0.11
Hex 31 31 6 0 0 58 51 3C 4E B
Octal 61 61 6 0 0 130 121 74 116 13
Binary 110001 110001 110 0 0 1011000 1010001 111100 1001110 1011

Color Harmonies of #313106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313106

Black with #313106

Text Example


Text Example

White with #313106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313106; }

 p { color: rgb(49,49,6); }

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

background-color css

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

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

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

border-color css

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

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

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