#1F0643

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

Shades of Blackcurrant #1F0643

Tints of Blackcurrant #1F0643

Color information

#1F0643 (or 0x1F0643) is unknown color: approx Blackcurrant. HEX triplet: 1F, 06 and 43. RGB value is (31,6,67). Sum of RGB (Red+Green+Blue) = 31+6+67=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F0643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0643 is #E0F9BC. Grayscale: #141414. Windows color (decimal): -14743997 or 4392479. OLE color: 4392479.

HSL color Cylindrical-coordinate representation of color #1F0643: hue angle of 264.59º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0643 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB31667-
CMYK0.540.9100.74
HSL264.59º83.56%14.31%-
HSV(B)264.59º91.04%26.27%-
XYZ1.640.835.38-
YUV20.43154.28135.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.81%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 67 (26.56% from 255) = 64.42%
R=29.81%
G=5.77%
B=64.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal316670.540.9100.74264.5983.5614.31
Hex1F643365B04A10954e
Octal37610366133011241112416
Binary11111110100001111011010110110100101010000100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,67); }

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

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

 a { background-color: rgb(31,6,67); }

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

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

 span { border-color: rgb(31,6,67); }

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