#26261B

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

Shades of Karaka #26261B

Tints of Karaka #26261B

Color information

#26261B (or 0x26261B) is unknown color: approx Karaka. HEX triplet: 26, 26 and 1B. RGB value is (38,38,27). Sum of RGB (Red+Green+Blue) = 38+38+27=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26261B is #D9D9E4. Grayscale: #242424. Windows color (decimal): -14277093 or 1779238. OLE color: 1779238.

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

Color convert

RGB383827-
CMYK000.290.85
HSL60º16.92%12.75%-
HSV(B)60º28.95%14.9%-
XYZ1.691.881.31-
YUV36.75122.5128.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=36.89%
G=36.89%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383827000.290.856016.9212.75
Hex26261B001D553c11d
Octal4646330035125742115
Binary1001101001101101100111011010101111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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