Html Css Color HEX #0F031F Blackcurrant

📋 copy color: '#0F031F'

red 15 ◦ green 3 ◦ blue 31

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

Shades of Blackcurrant #0F031F

Tints of Blackcurrant #0F031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.12%

 BLUE value IS 31 (12.5% from 255) = 63.27%

R = 30.61%
G = 6.12%
B = 63.27%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F031F (or 0x0F031F) is known color: Blackcurrant. HEX triplet: 0F, 03 and 1F. RGB value is (15,3,31). Sum of RGB (Red+Green+Blue) = 15+3+31=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F031F is #F0FCE0. Grayscale: #090909. Windows color (decimal): -15793377 or 2032399. OLE color: 2032399.

HSL color Cylindrical-coordinate representation of color #0F031F: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F031F is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 3 31 -
CMYK 0.52 0.90 0 0.88
HSL 265.71º 0.82% 0.07% -
HSV(B) 265.71º 0.9% 0.12% -
XYZ 0.48 0.27 1.32 -
YUV 9.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 15 3 31 0.52 0.90 0 0.88 265.71 0.82 0.07
Hex F 3 1F 34 5A 0 58 10A 52 7
Octal 17 3 37 64 132 0 130 412 122 7
Binary 1111 11 11111 110100 1011010 0 1011000 100001010 1010010 111

Color Harmonies of #0F031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F031F

Black with #0F031F

Text Example


Text Example

White with #0F031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,31); }

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

background-color css

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

 a { background-color: rgb(15,3,31); }

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

border-color css

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

 span { border-color: rgb(15,3,31); }

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