Html Css Color HEX #313023 Karaka

📋 copy color: '#313023'

red 49 ◦ green 48 ◦ blue 35

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

Shades of Karaka #313023

Tints of Karaka #313023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.52%

R = 37.12%
G = 36.36%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#313023 (or 0x313023) is known color: Karaka. HEX triplet: 31, 30 and 23. RGB value is (49,48,35). Sum of RGB (Red+Green+Blue) = 49+48+35=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #313023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313023 is #CECFDC. Grayscale: #2E2E2E. Windows color (decimal): -13553629 or 2306097. OLE color: 2306097.

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

Color convert

RGB 49 48 35 -
CMYK 0 0.02 0.29 0.81
HSL 55.71º 0.17% 0.16% -
HSV(B) 55.71º 0.29% 0.19% -
XYZ 2.63 2.89 2.01 -
YUV 46.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 49 48 35 0 0.02 0.29 0.81 55.71 0.17 0.16
Hex 31 30 23 0 2 1D 51 38 11 10
Octal 61 60 43 0 2 35 121 70 21 20
Binary 110001 110000 100011 0 10 11101 1010001 111000 10001 10000

Color Harmonies of #313023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313023

Black with #313023

Text Example


Text Example

White with #313023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313023; }

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

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

background-color css

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

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

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

border-color css

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

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

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