Html Css Color HEX #313025 Karaka

📋 copy color: '#313025'

red 49 ◦ green 48 ◦ blue 37

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

Shades of Karaka #313025

Tints of Karaka #313025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

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

R = 36.57%
G = 35.82%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#313025 (or 0x313025) is known color: Karaka. HEX triplet: 31, 30 and 25. RGB value is (49,48,37). Sum of RGB (Red+Green+Blue) = 49+48+37=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #313025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313025 is #CECFDA. Grayscale: #2F2F2F. Windows color (decimal): -13553627 or 2437169. OLE color: 2437169.

HSL color Cylindrical-coordinate representation of color #313025: hue angle of 55º 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 #313025 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 48 37 -
CMYK 0 0.02 0.24 0.81
HSL 55º 0.14% 0.17% -
HSV(B) 55º 0.24% 0.19% -
XYZ 2.66 2.9 2.17 -
YUV 47.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 49 48 37 0 0.02 0.24 0.81 55 0.14 0.17
Hex 31 30 25 0 2 18 51 37 E 11
Octal 61 60 45 0 2 30 121 67 16 21
Binary 110001 110000 100101 0 10 11000 1010001 110111 1110 10001

Color Harmonies of #313025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313025

Black with #313025

Text Example


Text Example

White with #313025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313025; }

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

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

background-color css

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

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

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

border-color css

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

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

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