#262621

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

Shades of Karaka #262621

Tints of Karaka #262621

Color information

#262621 (or 0x262621) is unknown color: approx Karaka. HEX triplet: 26, 26 and 21. RGB value is (38,38,33). Sum of RGB (Red+Green+Blue) = 38+38+33=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 38 - color contains mainly: red, green. Hex color #262621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262621 is #D9D9DE. Grayscale: #252525. Windows color (decimal): -14277087 or 2172454. OLE color: 2172454.

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

Color convert

RGB383833-
CMYK000.130.85
HSL60º7.04%13.92%-
HSV(B)60º13.16%14.9%-
XYZ1.771.911.71-
YUV37.43125.5128.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=34.86%
G=34.86%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383833000.130.85607.0413.92
Hex26262100D553c7e
Octal464641001512574716
Binary10011010011010000100110110101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262621; }

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

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

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

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

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

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

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

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