#26261F

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

Shades of Karaka #26261F

Tints of Karaka #26261F

Color information

#26261F (or 0x26261F) is unknown color: approx Karaka. HEX triplet: 26, 26 and 1F. RGB value is (38,38,31). Sum of RGB (Red+Green+Blue) = 38+38+31=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26261F is #D9D9E0. Grayscale: #252525. Windows color (decimal): -14277089 or 2041382. OLE color: 2041382.

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

Color convert

RGB383831-
CMYK000.180.85
HSL60º10.14%13.53%-
HSV(B)60º18.42%14.9%-
XYZ1.741.91.57-
YUV37.2124.5128.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=35.51%
G=35.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383831000.180.856010.1413.53
Hex26261F0012553cae
Octal4646370022125741216
Binary100110100110111110010010101010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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