Html Css Color HEX #120225 Blackcurrant

📋 copy color: '#120225'

red 18 ◦ green 2 ◦ blue 37

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

Shades of Blackcurrant #120225

Tints of Blackcurrant #120225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 64.91%

R = 31.58%
G = 3.51%
B = 64.91%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120225 (or 0x120225) is known color: Blackcurrant. HEX triplet: 12, 02 and 25. RGB value is (18,2,37). Sum of RGB (Red+Green+Blue) = 18+2+37=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #120225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120225 is #EDFDDA. Grayscale: #0A0A0A. Windows color (decimal): -15597019 or 2425362. OLE color: 2425362.

HSL color Cylindrical-coordinate representation of color #120225: hue angle of 267.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120225 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 2 37 -
CMYK 0.51 0.95 0 0.85
HSL 267.43º 0.9% 0.08% -
HSV(B) 267.43º 0.95% 0.15% -
XYZ 0.61 0.31 1.78 -
YUV 10.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 18 2 37 0.51 0.95 0 0.85 267.43 0.9 0.08
Hex 12 2 25 33 5F 0 55 10B 5A 8
Octal 22 2 45 63 137 0 125 413 132 10
Binary 10010 10 100101 110011 1011111 0 1010101 100001011 1011010 1000

Color Harmonies of #120225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120225

Black with #120225

Text Example


Text Example

White with #120225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120225; }

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

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

background-color css

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

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

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

border-color css

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

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

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