#120038

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

Shades of Blackcurrant #120038

Tints of Blackcurrant #120038

Color information

#120038 (or 0x120038) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 38. RGB value is (18,0,56). Sum of RGB (Red+Green+Blue) = 18+0+56=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #120038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120038 is #EDFFC7. Grayscale: #0B0B0B. Windows color (decimal): -15597512 or 3670034. OLE color: 3670034.

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

Color convert

RGB18056-
CMYK0.68100.78
HSL259.29º100%10.98%-
HSV(B)259.29º100%21.96%-
XYZ0.960.413.77-
YUV11.77152.96132.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 75.68%
R=24.32%
G=0%
B=75.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal180560.68100.78259.2910010.98
Hex12038446404E10364b
Octal22070104144011640314413
Binary100100111000100010011001000100111010000001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120038; }

 p { color: rgb(18,0,56); }

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

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

 a { background-color: rgb(18,0,56); }

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

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

 span { border-color: rgb(18,0,56); }

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