#2C2C1C

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

Shades of Karaka #2C2C1C

Tints of Karaka #2C2C1C

Color information

#2C2C1C (or 0x2C2C1C) is unknown color: approx Karaka. HEX triplet: 2C, 2C and 1C. RGB value is (44,44,28). Sum of RGB (Red+Green+Blue) = 44+44+28=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 44 - color contains mainly: red, green. Hex color #2C2C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2C1C is #D3D3E3. Grayscale: #2A2A2A. Windows color (decimal): -13882340 or 1846316. OLE color: 1846316.

HSL color Cylindrical-coordinate representation of color #2C2C1C: hue angle of 60º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C2C1C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB444428-
CMYK000.360.83
HSL60º22.22%14.12%-
HSV(B)60º36.36%17.25%-
XYZ2.152.421.45-
YUV42.18120129.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=37.93%
G=37.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal444428000.360.836022.2214.12
Hex2C2C1C0024533c16e
Octal5454340044123742616
Binary10110010110011100001001001010011111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2C1C; }

 p { color: rgb(44,44,28); }

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

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

 a { background-color: rgb(44,44,28); }

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

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

 span { border-color: rgb(44,44,28); }

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