#1C0F30

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

Shades of Blackcurrant #1C0F30

Tints of Blackcurrant #1C0F30

Color information

#1C0F30 (or 0x1C0F30) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0F and 30. RGB value is (28,15,48). Sum of RGB (Red+Green+Blue) = 28+15+48=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F30 is #E3F0CF. Grayscale: #161616. Windows color (decimal): -14938320 or 3149596. OLE color: 3149596.

HSL color Cylindrical-coordinate representation of color #1C0F30: hue angle of 263.64º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C0F30 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB281548-
CMYK0.420.6900.81
HSL263.64º52.38%12.35%-
HSV(B)263.64º68.75%18.82%-
XYZ1.180.82.89-
YUV22.65142.31131.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=30.77%
G=16.48%
B=52.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2815480.420.6900.81263.6452.3812.35
Hex1CF302A4505110834c
Octal3417605210501214106414
Binary1110011111100001010101000101010100011000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,48); }

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

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

 a { background-color: rgb(28,15,48); }

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

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

 span { border-color: rgb(28,15,48); }

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