#343300

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

Shades of Karaka #343300

Tints of Karaka #343300

Color information

#343300 (or 0x343300) is unknown color: approx Karaka. HEX triplet: 34, 33 and 00. RGB value is (52,51,0). Sum of RGB (Red+Green+Blue) = 52+51+0=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #343300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343300 is #CBCCFF. Grayscale: #2D2D2D. Windows color (decimal): -13356288 or 13108. OLE color: 13108.

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

Color convert

RGB52510-
CMYK00.0210.80
HSL58.85º100%10.2%-
HSV(B)58.85º100%20.39%-
XYZ2.63.10.46-
YUV45.48102.33132.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.49%
G=49.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5251000.0210.8058.8510010.2
Hex343300264503b64a
Octal64630021441207314412
Binary11010011001100101100100101000011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343300; }

 p { color: rgb(52,51,0); }

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

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

 a { background-color: rgb(52,51,0); }

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

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

 span { border-color: rgb(52,51,0); }

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