Html Css Color HEX #313125 Karaka

📋 copy color: '#313125'

red 49 ◦ green 49 ◦ blue 37

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

Shades of Karaka #313125

Tints of Karaka #313125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.41%

R = 36.3%
G = 36.3%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#313125 (or 0x313125) is known color: Karaka. HEX triplet: 31, 31 and 25. RGB value is (49,49,37). Sum of RGB (Red+Green+Blue) = 49+49+37=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313125 is #CECEDA. Grayscale: #2F2F2F. Windows color (decimal): -13553371 or 2437425. OLE color: 2437425.

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

Color convert

RGB 49 49 37 -
CMYK 0 0 0.24 0.81
HSL 60º 0.14% 0.17% -
HSV(B) 60º 0.24% 0.19% -
XYZ 2.7 2.98 2.18 -
YUV 47.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 49 49 37 0 0 0.24 0.81 60 0.14 0.17
Hex 31 31 25 0 0 18 51 3C E 11
Octal 61 61 45 0 0 30 121 74 16 21
Binary 110001 110001 100101 0 0 11000 1010001 111100 1110 10001

Color Harmonies of #313125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313125

Black with #313125

Text Example


Text Example

White with #313125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313125; }

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

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

background-color css

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

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

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

border-color css

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

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

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