Html Css Color HEX #120230 Blackcurrant

📋 copy color: '#120230'

red 18 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #120230

Tints of Blackcurrant #120230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

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

R = 26.47%
G = 2.94%
B = 70.59%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#120230 (or 0x120230) is known color: Blackcurrant. HEX triplet: 12, 02 and 30. RGB value is (18,2,48). Sum of RGB (Red+Green+Blue) = 18+2+48=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #120230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120230 is #EDFDCF. Grayscale: #0B0B0B. Windows color (decimal): -15597008 or 3146258. OLE color: 3146258.

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

Color convert

RGB 18 2 48 -
CMYK 0.63 0.96 0 0.81
HSL 260.87º 0.92% 0.1% -
HSV(B) 260.87º 0.96% 0.19% -
XYZ 0.8 0.39 2.83 -
YUV 12.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 18 2 48 0.63 0.96 0 0.81 260.87 0.92 0.1
Hex 12 2 30 3F 60 0 51 105 5C A
Octal 22 2 60 77 140 0 121 405 134 12
Binary 10010 10 110000 111111 1100000 0 1010001 100000101 1011100 1010

Color Harmonies of #120230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120230

Black with #120230

Text Example


Text Example

White with #120230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120230; }

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

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

background-color css

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

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

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

border-color css

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

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

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