Html Css Color HEX #313211 Karaka

📋 copy color: '#313211'

red 49 ◦ green 50 ◦ blue 17

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

Shades of Karaka #313211

Tints of Karaka #313211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 42.24%
G = 43.1%
B = 14.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#313211 (or 0x313211) is known color: Karaka. HEX triplet: 31, 32 and 11. RGB value is (49,50,17). Sum of RGB (Red+Green+Blue) = 49+50+17=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #313211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313211 is #CECDEE. Grayscale: #2E2E2E. Windows color (decimal): -13553135 or 1126961. OLE color: 1126961.

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

Color convert

RGB 49 50 17 -
CMYK 0.02 0 0.66 0.80
HSL 61.82º 0.49% 0.13% -
HSV(B) 61.82º 0.66% 0.2% -
XYZ 2.51 2.97 0.97 -
YUV 45.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 49 50 17 0.02 0 0.66 0.80 61.82 0.49 0.13
Hex 31 32 11 2 0 42 50 3E 31 D
Octal 61 62 21 2 0 102 120 76 61 15
Binary 110001 110010 10001 10 0 1000010 1010000 111110 110001 1101

Color Harmonies of #313211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313211

Black with #313211

Text Example


Text Example

White with #313211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313211; }

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

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

background-color css

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

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

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

border-color css

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

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

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