Html Css Color HEX #120135 Blackcurrant

📋 copy color: '#120135'

red 18 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #120135

Tints of Blackcurrant #120135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 73.61%

R = 25%
G = 1.39%
B = 73.61%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#120135 (or 0x120135) is known color: Blackcurrant. HEX triplet: 12, 01 and 35. RGB value is (18,1,53). Sum of RGB (Red+Green+Blue) = 18+1+53=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #120135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120135 is #EDFECA. Grayscale: #0B0B0B. Windows color (decimal): -15597259 or 3473682. OLE color: 3473682.

HSL color Cylindrical-coordinate representation of color #120135: hue angle of 259.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120135 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 1 53 -
CMYK 0.66 0.98 0 0.79
HSL 259.62º 0.96% 0.11% -
HSV(B) 259.62º 0.98% 0.21% -
XYZ 0.9 0.41 3.4 -
YUV 12.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 18 1 53 0.66 0.98 0 0.79 259.62 0.96 0.11
Hex 12 1 35 42 62 0 4F 104 60 B
Octal 22 1 65 102 142 0 117 404 140 13
Binary 10010 1 110101 1000010 1100010 0 1001111 100000100 1100000 1011

Color Harmonies of #120135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120135

Black with #120135

Text Example


Text Example

White with #120135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120135; }

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

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

background-color css

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

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

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

border-color css

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

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

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