Html Css Color HEX #313024 Karaka

📋 copy color: '#313024'

red 49 ◦ green 48 ◦ blue 36

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

Shades of Karaka #313024

Tints of Karaka #313024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 36.84%
G = 36.09%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#313024 (or 0x313024) is known color: Karaka. HEX triplet: 31, 30 and 24. RGB value is (49,48,36). Sum of RGB (Red+Green+Blue) = 49+48+36=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #313024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313024 is #CECFDB. Grayscale: #2E2E2E. Windows color (decimal): -13553628 or 2371633. OLE color: 2371633.

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

Color convert

RGB 49 48 36 -
CMYK 0 0.02 0.27 0.81
HSL 55.38º 0.15% 0.17% -
HSV(B) 55.38º 0.27% 0.19% -
XYZ 2.64 2.89 2.09 -
YUV 46.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 49 48 36 0 0.02 0.27 0.81 55.38 0.15 0.17
Hex 31 30 24 0 2 1B 51 37 F 11
Octal 61 60 44 0 2 33 121 67 17 21
Binary 110001 110000 100100 0 10 11011 1010001 110111 1111 10001

Color Harmonies of #313024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313024

Black with #313024

Text Example


Text Example

White with #313024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313024; }

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

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

background-color css

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

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

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

border-color css

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

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

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