Html Css Color HEX #31311F Karaka

📋 copy color: '#31311F'

red 49 ◦ green 49 ◦ blue 31

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

Shades of Karaka #31311F

Tints of Karaka #31311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 37.98%
G = 37.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#31311F (or 0x31311F) is known color: Karaka. HEX triplet: 31, 31 and 1F. RGB value is (49,49,31). Sum of RGB (Red+Green+Blue) = 49+49+31=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31311F is #CECEE0. Grayscale: #2F2F2F. Windows color (decimal): -13553377 or 2044209. OLE color: 2044209.

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

Color convert

RGB 49 49 31 -
CMYK 0 0 0.37 0.81
HSL 60º 0.23% 0.16% -
HSV(B) 60º 0.37% 0.19% -
XYZ 2.61 2.95 1.73 -
YUV 46.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 49 49 31 0 0 0.37 0.81 60 0.23 0.16
Hex 31 31 1F 0 0 25 51 3C 16 10
Octal 61 61 37 0 0 45 121 74 26 20
Binary 110001 110001 11111 0 0 100101 1010001 111100 10110 10000

Color Harmonies of #31311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31311F

Black with #31311F

Text Example


Text Example

White with #31311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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