Html Css Color HEX #120130 Blackcurrant

📋 copy color: '#120130'

red 18 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #120130

Tints of Blackcurrant #120130

RGB

 RED value IS 18 (7.42% from 255) = 26.87%

 GREEN value IS 1 (0.78% from 255) = 1.49%

 BLUE value IS 48 (19.14% from 255) = 71.64%

R = 26.87%
G = 1.49%
B = 71.64%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#120130 (or 0x120130) is known color: Blackcurrant. HEX triplet: 12, 01 and 30. RGB value is (18,1,48). Sum of RGB (Red+Green+Blue) = 18+1+48=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #120130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120130 is #EDFECF. Grayscale: #0B0B0B. Windows color (decimal): -15597264 or 3146002. OLE color: 3146002.

HSL color Cylindrical-coordinate representation of color #120130: hue angle of 261.7º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120130 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 1 48 -
CMYK 0.63 0.98 0 0.81
HSL 261.7º 0.96% 0.1% -
HSV(B) 261.7º 0.98% 0.19% -
XYZ 0.79 0.36 2.82 -
YUV 11.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 18 1 48 0.63 0.98 0 0.81 261.7 0.96 0.1
Hex 12 1 30 3F 62 0 51 106 60 A
Octal 22 1 60 77 142 0 121 406 140 12
Binary 10010 1 110000 111111 1100010 0 1010001 100000110 1100000 1010

Color Harmonies of #120130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120130

Black with #120130

Text Example


Text Example

White with #120130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120130; }

 p { color: rgb(18,1,48); }

 H1.HeaderClassName
 {
   color: #120130;
 }
 .AnyTagClassName
 {
   color: #120130;
 }
</style>

background-color css

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

 a { background-color: rgb(18,1,48); }

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

border-color css

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

 span { border-color: rgb(18,1,48); }

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