#26261C

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

Shades of Karaka #26261C

Tints of Karaka #26261C

Color information

#26261C (or 0x26261C) is unknown color: approx Karaka. HEX triplet: 26, 26 and 1C. RGB value is (38,38,28). Sum of RGB (Red+Green+Blue) = 38+38+28=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26261C is #D9D9E3. Grayscale: #242424. Windows color (decimal): -14277092 or 1844774. OLE color: 1844774.

HSL color Cylindrical-coordinate representation of color #26261C: hue angle of 60º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #26261C is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB383828-
CMYK000.260.85
HSL60º15.15%12.94%-
HSV(B)60º26.32%14.9%-
XYZ1.71.881.37-
YUV36.86123128.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=36.54%
G=36.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383828000.260.856015.1512.94
Hex26261C001A553cfd
Octal4646340032125741715
Binary100110100110111000011010101010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26261C; }

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

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

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

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

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

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

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

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