#25251E

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

Shades of Karaka #25251E

Tints of Karaka #25251E

Color information

#25251E (or 0x25251E) is unknown color: approx Karaka. HEX triplet: 25, 25 and 1E. RGB value is (37,37,30). Sum of RGB (Red+Green+Blue) = 37+37+30=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25251E is #DADAE1. Grayscale: #242424. Windows color (decimal): -14342882 or 1975589. OLE color: 1975589.

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

Color convert

RGB373730-
CMYK000.190.85
HSL60º10.45%13.14%-
HSV(B)60º18.92%14.51%-
XYZ1.661.811.49-
YUV36.2124.5128.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=35.58%
G=35.58%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373730000.190.856010.4513.14
Hex25251E0013553cad
Octal4545360023125741215
Binary100101100101111100010011101010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25251E; }

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

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

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

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

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

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

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

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