#313203

Color #313203 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #313203

Tints of Karaka #313203

Color information

#313203 (or 0x313203) is unknown color: approx Karaka. HEX triplet: 31, 32 and 03. RGB value is (49,50,3). Sum of RGB (Red+Green+Blue) = 49+50+3=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #313203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313203 is #CECDFC. Grayscale: #2C2C2C. Windows color (decimal): -13553149 or 209457. OLE color: 209457.

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

Color convert

RGB49503-
CMYK0.0200.940.80
HSL61.28º88.68%10.39%-
HSV(B)61.28º94%19.61%-
XYZ2.422.940.53-
YUV44.34104.67131.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=48.04%
G=49.02%
B=2.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495030.0200.940.8061.2888.6810.39
Hex31323205E503d59a
Octal61623201361207513112
Binary110001110010111001011110101000011110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313203; }

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

 H1.HeaderClassName
 {
   color: #313203;
 }
 .AnyTagClassName
 {
   color: #313203;
 }
</style>
background-color css

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

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

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

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

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

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