Html Css Color HEX #313215 Karaka

📋 copy color: '#313215'

red 49 ◦ green 50 ◦ blue 21

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

Shades of Karaka #313215

Tints of Karaka #313215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 40.83%
G = 41.67%
B = 17.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#313215 (or 0x313215) is known color: Karaka. HEX triplet: 31, 32 and 15. RGB value is (49,50,21). Sum of RGB (Red+Green+Blue) = 49+50+21=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #313215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313215 is #CECDEA. Grayscale: #2E2E2E. Windows color (decimal): -13553131 or 1389105. OLE color: 1389105.

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

Color convert

RGB 49 50 21 -
CMYK 0.02 0 0.58 0.80
HSL 62.07º 0.41% 0.14% -
HSV(B) 62.07º 0.58% 0.2% -
XYZ 2.54 2.99 1.15 -
YUV 46.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 49 50 21 0.02 0 0.58 0.80 62.07 0.41 0.14
Hex 31 32 15 2 0 3A 50 3E 29 E
Octal 61 62 25 2 0 72 120 76 51 16
Binary 110001 110010 10101 10 0 111010 1010000 111110 101001 1110

Color Harmonies of #313215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313215

Black with #313215

Text Example


Text Example

White with #313215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313215; }

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

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

background-color css

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

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

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

border-color css

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

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

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