Html Css Color HEX #313308 Karaka

📋 copy color: '#313308'

red 49 ◦ green 51 ◦ blue 8

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

Shades of Karaka #313308

Tints of Karaka #313308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.22%

 BLUE value IS 8 (3.52% from 255) = 7.41%

R = 45.37%
G = 47.22%
B = 7.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#313308 (or 0x313308) is known color: Karaka. HEX triplet: 31, 33 and 08. RGB value is (49,51,8). Sum of RGB (Red+Green+Blue) = 49+51+8=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #313308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313308 is #CECCF7. Grayscale: #2D2D2D. Windows color (decimal): -13552888 or 537393. OLE color: 537393.

HSL color Cylindrical-coordinate representation of color #313308: hue angle of 62.79º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #313308 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 8 -
CMYK 0.04 0 0.84 0.8
HSL 62.79º 0.73% 0.12% -
HSV(B) 62.79º 0.84% 0.2% -
XYZ 2.49 3.04 0.68 -
YUV 45.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 49 51 8 0.04 0 0.84 0.8 62.79 0.73 0.12
Hex 31 33 8 4 0 54 50 3F 49 C
Octal 61 63 10 4 0 124 120 77 111 14
Binary 110001 110011 1000 100 0 1010100 1010000 111111 1001001 1100

Color Harmonies of #313308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313308

Black with #313308

Text Example


Text Example

White with #313308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313308; }

 p { color: rgb(49,51,8); }

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

background-color css

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

 a { background-color: rgb(49,51,8); }

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

border-color css

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

 span { border-color: rgb(49,51,8); }

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