Html Css Color HEX #0F0131 Blackcurrant

📋 copy color: '#0F0131'

red 15 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #0F0131

Tints of Blackcurrant #0F0131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 75.38%

R = 23.08%
G = 1.54%
B = 75.38%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F0131 (or 0x0F0131) is known color: Blackcurrant. HEX triplet: 0F, 01 and 31. RGB value is (15,1,49). Sum of RGB (Red+Green+Blue) = 15+1+49=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 49 (19.53% from 255 or 75.38% from 65); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F0131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0131 is #F0FECE. Grayscale: #0A0A0A. Windows color (decimal): -15793871 or 3211535. OLE color: 3211535.

HSL color Cylindrical-coordinate representation of color #0F0131: hue angle of 257.5º 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 #0F0131 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 1 49 -
CMYK 0.69 0.98 0 0.81
HSL 257.5º 0.96% 0.1% -
HSV(B) 257.5º 0.98% 0.19% -
XYZ 0.76 0.35 2.93 -
YUV 10.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 15 1 49 0.69 0.98 0 0.81 257.5 0.96 0.1
Hex F 1 31 45 62 0 51 102 60 A
Octal 17 1 61 105 142 0 121 402 140 12
Binary 1111 1 110001 1000101 1100010 0 1010001 100000010 1100000 1010

Color Harmonies of #0F0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0131

Black with #0F0131

Text Example


Text Example

White with #0F0131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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