Html Css Color HEX #313218 Karaka

📋 copy color: '#313218'

red 49 ◦ green 50 ◦ blue 24

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

Shades of Karaka #313218

Tints of Karaka #313218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 39.84%
G = 40.65%
B = 19.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#313218 (or 0x313218) is known color: Karaka. HEX triplet: 31, 32 and 18. RGB value is (49,50,24). Sum of RGB (Red+Green+Blue) = 49+50+24=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #313218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313218 is #CECDE7. Grayscale: #2E2E2E. Windows color (decimal): -13553128 or 1585713. OLE color: 1585713.

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

Color convert

RGB 49 50 24 -
CMYK 0.02 0 0.52 0.80
HSL 62.31º 0.35% 0.15% -
HSV(B) 62.31º 0.52% 0.2% -
XYZ 2.57 3 1.31 -
YUV 46.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 49 50 24 0.02 0 0.52 0.80 62.31 0.35 0.15
Hex 31 32 18 2 0 34 50 3E 23 F
Octal 61 62 30 2 0 64 120 76 43 17
Binary 110001 110010 11000 10 0 110100 1010000 111110 100011 1111

Color Harmonies of #313218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313218

Black with #313218

Text Example


Text Example

White with #313218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313218; }

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

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

background-color css

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

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

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

border-color css

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

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

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