#252520

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

Shades of Karaka #252520

Tints of Karaka #252520

Color information

#252520 (or 0x252520) is unknown color: approx Karaka. HEX triplet: 25, 25 and 20. RGB value is (37,37,32). Sum of RGB (Red+Green+Blue) = 37+37+32=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252520 is #DADADF. Grayscale: #242424. Windows color (decimal): -14342880 or 2106661. OLE color: 2106661.

HSL color Cylindrical-coordinate representation of color #252520: 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.14%. Process color model (Four color, CMYK) of #252520 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB373732-
CMYK000.140.85
HSL60º7.25%13.53%-
HSV(B)60º13.51%14.51%-
XYZ1.691.821.63-
YUV36.43125.5128.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=34.91%
G=34.91%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373732000.140.85607.2513.53
Hex25252000E553c7e
Octal454540001612574716
Binary10010110010110000000111010101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252520; }

 p { color: rgb(37,37,32); }

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

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

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

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

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

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

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