#1B0438

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

Shades of Blackcurrant #1B0438

Tints of Blackcurrant #1B0438

Color information

#1B0438 (or 0x1B0438) is unknown color: approx Blackcurrant. HEX triplet: 1B, 04 and 38. RGB value is (27,4,56). Sum of RGB (Red+Green+Blue) = 27+4+56=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B0438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0438 is #E4FBC7. Grayscale: #101010. Windows color (decimal): -15006664 or 3671067. OLE color: 3671067.

HSL color Cylindrical-coordinate representation of color #1B0438: hue angle of 266.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0438 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB27456-
CMYK0.520.9300.78
HSL266.54º86.67%11.76%-
HSV(B)266.54º92.86%21.96%-
XYZ1.210.613.79-
YUV16.8150.12135.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 56 (22.27% from 255) = 64.37%
R=31.03%
G=4.60%
B=64.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal274560.520.9300.78266.5486.6711.76
Hex1B438345D04E10b57c
Octal3347064135011641312714
Binary1101110011100011010010111010100111010000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,4,56); }

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

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

 a { background-color: rgb(27,4,56); }

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

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

 span { border-color: rgb(27,4,56); }

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