Html Css Color HEX #0F0120 Blackcurrant

📋 copy color: '#0F0120'

red 15 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #0F0120

Tints of Blackcurrant #0F0120

RGB

 RED value IS 15 (6.25% from 255) = 31.25%

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

 BLUE value IS 32 (12.89% from 255) = 66.67%

R = 31.25%
G = 2.08%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F0120 (or 0x0F0120) is known color: Blackcurrant. HEX triplet: 0F, 01 and 20. RGB value is (15,1,32). Sum of RGB (Red+Green+Blue) = 15+1+32=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F0120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0120 is #F0FEDF. Grayscale: #080808. Windows color (decimal): -15793888 or 2097423. OLE color: 2097423.

HSL color Cylindrical-coordinate representation of color #0F0120: hue angle of 267.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0120 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 1 32 -
CMYK 0.53 0.97 0 0.87
HSL 267.1º 0.94% 0.06% -
HSV(B) 267.1º 0.97% 0.13% -
XYZ 0.47 0.23 1.39 -
YUV 8.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 15 1 32 0.53 0.97 0 0.87 267.1 0.94 0.06
Hex F 1 20 35 61 0 57 10B 5E 6
Octal 17 1 40 65 141 0 127 413 136 6
Binary 1111 1 100000 110101 1100001 0 1010111 100001011 1011110 110

Color Harmonies of #0F0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0120

Black with #0F0120

Text Example


Text Example

White with #0F0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0120; }

 p { color: rgb(15,1,32); }

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

background-color css

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

 a { background-color: rgb(15,1,32); }

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

border-color css

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

 span { border-color: rgb(15,1,32); }

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