Html Css Color HEX #313219 Karaka

📋 copy color: '#313219'

red 49 ◦ green 50 ◦ blue 25

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

Shades of Karaka #313219

Tints of Karaka #313219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 39.52%
G = 40.32%
B = 20.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#313219 (or 0x313219) is known color: Karaka. HEX triplet: 31, 32 and 19. RGB value is (49,50,25). Sum of RGB (Red+Green+Blue) = 49+50+25=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #313219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313219 is #CECDE6. Grayscale: #2E2E2E. Windows color (decimal): -13553127 or 1651249. OLE color: 1651249.

HSL color Cylindrical-coordinate representation of color #313219: hue angle of 62.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #313219 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 50 25 -
CMYK 0.02 0 0.50 0.80
HSL 62.4º 0.33% 0.15% -
HSV(B) 62.4º 0.5% 0.2% -
XYZ 2.58 3 1.36 -
YUV 46.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 49 50 25 0.02 0 0.50 0.80 62.4 0.33 0.15
Hex 31 32 19 2 0 32 50 3E 21 F
Octal 61 62 31 2 0 62 120 76 41 17
Binary 110001 110010 11001 10 0 110010 1010000 111110 100001 1111

Color Harmonies of #313219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313219

Black with #313219

Text Example


Text Example

White with #313219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313219; }

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

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

background-color css

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

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

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

border-color css

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

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

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