Html Css Color HEX #0F021F Blackcurrant

📋 copy color: '#0F021F'

red 15 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #0F021F

Tints of Blackcurrant #0F021F

RGB

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

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

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

R = 31.25%
G = 4.17%
B = 64.58%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F021F (or 0x0F021F) is known color: Blackcurrant. HEX triplet: 0F, 02 and 1F. RGB value is (15,2,31). Sum of RGB (Red+Green+Blue) = 15+2+31=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F021F is #F0FDE0. Grayscale: #090909. Windows color (decimal): -15793633 or 2032143. OLE color: 2032143.

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

Color convert

RGB 15 2 31 -
CMYK 0.52 0.94 0 0.88
HSL 266.9º 0.88% 0.06% -
HSV(B) 266.9º 0.94% 0.12% -
XYZ 0.47 0.24 1.32 -
YUV 9.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 15 2 31 0.52 0.94 0 0.88 266.9 0.88 0.06
Hex F 2 1F 34 5E 0 58 10B 58 6
Octal 17 2 37 64 136 0 130 413 130 6
Binary 1111 10 11111 110100 1011110 0 1011000 100001011 1011000 110

Color Harmonies of #0F021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F021F

Black with #0F021F

Text Example


Text Example

White with #0F021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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