Html Css Color HEX #31321E Karaka

📋 copy color: '#31321E'

red 49 ◦ green 50 ◦ blue 30

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

Shades of Karaka #31321E

Tints of Karaka #31321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 37.98%
G = 38.76%
B = 23.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#31321E (or 0x31321E) is known color: Karaka. HEX triplet: 31, 32 and 1E. RGB value is (49,50,30). Sum of RGB (Red+Green+Blue) = 49+50+30=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #31321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31321E is #CECDE1. Grayscale: #2F2F2F. Windows color (decimal): -13553122 or 1978929. OLE color: 1978929.

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

Color convert

RGB 49 50 30 -
CMYK 0.02 0 0.40 0.80
HSL 63º 0.25% 0.16% -
HSV(B) 63º 0.4% 0.2% -
XYZ 2.64 3.03 1.67 -
YUV 47.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 49 50 30 0.02 0 0.40 0.80 63 0.25 0.16
Hex 31 32 1E 2 0 28 50 3F 19 10
Octal 61 62 36 2 0 50 120 77 31 20
Binary 110001 110010 11110 10 0 101000 1010000 111111 11001 10000

Color Harmonies of #31321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31321E

Black with #31321E

Text Example


Text Example

White with #31321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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