#25260B

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

Shades of Karaka #25260B

Tints of Karaka #25260B

Color information

#25260B (or 0x25260B) is unknown color: approx Karaka. HEX triplet: 25, 26 and 0B. RGB value is (37,38,11). Sum of RGB (Red+Green+Blue) = 37+38+11=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #25260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25260B is #DAD9F4. Grayscale: #222222. Windows color (decimal): -14342645 or 730661. OLE color: 730661.

HSL color Cylindrical-coordinate representation of color #25260B: hue angle of 62.22º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25260B is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB373811-
CMYK0.0300.710.85
HSL62.22º55.1%9.61%-
HSV(B)62.22º71.05%14.9%-
XYZ1.521.80.58-
YUV34.62114.67129.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=43.02%
G=44.19%
B=12.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738110.0300.710.8562.2255.19.61
Hex2526B3047553e37a
Octal45461330107125766712
Binary1001011001101011110100011110101011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,38,11); }

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

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

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

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

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

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

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