#1C0D25

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

Shades of Blackcurrant #1C0D25

Tints of Blackcurrant #1C0D25

Color information

#1C0D25 (or 0x1C0D25) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0D and 25. RGB value is (28,13,37). Sum of RGB (Red+Green+Blue) = 28+13+37=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0D25 is #E3F2DA. Grayscale: #141414. Windows color (decimal): -14938843 or 2428188. OLE color: 2428188.

HSL color Cylindrical-coordinate representation of color #1C0D25: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C0D25 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB281337-
CMYK0.240.6500.85
HSL277.5º48%9.8%-
HSV(B)277.5º64.86%14.51%-
XYZ0.960.671.83-
YUV20.22137.47133.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=35.90%
G=16.67%
B=47.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2813370.240.6500.85277.5489.8
Hex1CD25184105511630a
Octal3415453010101254266012
Binary111001101100101110001000001010101011000101101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0D25; }

 p { color: rgb(28,13,37); }

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

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

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

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

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

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

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