#26261D

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

Shades of Karaka #26261D

Tints of Karaka #26261D

Color information

#26261D (or 0x26261D) is unknown color: approx Karaka. HEX triplet: 26, 26 and 1D. RGB value is (38,38,29). Sum of RGB (Red+Green+Blue) = 38+38+29=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26261D is #D9D9E2. Grayscale: #252525. Windows color (decimal): -14277091 or 1910310. OLE color: 1910310.

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

Color convert

RGB383829-
CMYK000.240.85
HSL60º13.43%13.14%-
HSV(B)60º23.68%14.9%-
XYZ1.711.891.44-
YUV36.97123.5128.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=36.19%
G=36.19%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383829000.240.856013.4313.14
Hex26261D0018553cdd
Octal4646350030125741515
Binary100110100110111010011000101010111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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