Html Css Color HEX #31321F Karaka

📋 copy color: '#31321F'

red 49 ◦ green 50 ◦ blue 31

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

Shades of Karaka #31321F

Tints of Karaka #31321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

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

R = 37.69%
G = 38.46%
B = 23.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#31321F (or 0x31321F) is known color: Karaka. HEX triplet: 31, 32 and 1F. RGB value is (49,50,31). Sum of RGB (Red+Green+Blue) = 49+50+31=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #31321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31321F is #CECDE0. Grayscale: #2F2F2F. Windows color (decimal): -13553121 or 2044465. OLE color: 2044465.

HSL color Cylindrical-coordinate representation of color #31321F: hue angle of 63.16º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31321F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 50 31 -
CMYK 0.02 0 0.38 0.80
HSL 63.16º 0.23% 0.16% -
HSV(B) 63.16º 0.38% 0.2% -
XYZ 2.65 3.03 1.74 -
YUV 47.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 49 50 31 0.02 0 0.38 0.80 63.16 0.23 0.16
Hex 31 32 1F 2 0 26 50 3F 17 10
Octal 61 62 37 2 0 46 120 77 27 20
Binary 110001 110010 11111 10 0 100110 1010000 111111 10111 10000

Color Harmonies of #31321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31321F

Black with #31321F

Text Example


Text Example

White with #31321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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