Html Css Color HEX #120038 Blackcurrant

📋 copy color: '#120038'

red 18 ◦ green 0 ◦ blue 56

#120038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120038

Tints of Blackcurrant #120038

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 value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#120038 (or 0x120038) is known color: 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

RGB 18 0 56 -
CMYK 0.68 1 0 0.78
HSL 259.29º 1% 0.11% -
HSV(B) 259.29º 1% 0.22% -
XYZ 0.96 0.41 3.77 -
YUV 11.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 18 0 56 0.68 1 0 0.78 259.29 1 0.11
Hex 12 0 38 44 64 0 4E 103 64 B
Octal 22 0 70 104 144 0 116 403 144 13
Binary 10010 0 111000 1000100 1100100 0 1001110 100000011 1100100 1011

Color Harmonies of #120038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120038

Black with #120038

Text Example


Text Example

White with #120038

Text Example


Text Example

HTML Codes & Css Web 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>