Html Css Color HEX #0F051E Blackcurrant

📋 copy color: '#0F051E'

red 15 ◦ green 5 ◦ blue 30

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

Shades of Blackcurrant #0F051E

Tints of Blackcurrant #0F051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10%

 BLUE value IS 30 (12.11% from 255) = 60%

R = 30%
G = 10%
B = 60%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F051E (or 0x0F051E) is known color: Blackcurrant. HEX triplet: 0F, 05 and 1E. RGB value is (15,5,30). Sum of RGB (Red+Green+Blue) = 15+5+30=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051E is #F0FAE1. Grayscale: #0A0A0A. Windows color (decimal): -15792866 or 1967375. OLE color: 1967375.

HSL color Cylindrical-coordinate representation of color #0F051E: hue angle of 264º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F051E is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 5 30 -
CMYK 0.5 0.83 0 0.88
HSL 264º 0.71% 0.07% -
HSV(B) 264º 0.83% 0.12% -
XYZ 0.49 0.3 1.26 -
YUV 10.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 15 5 30 0.5 0.83 0 0.88 264 0.71 0.07
Hex F 5 1E 32 53 0 58 108 47 7
Octal 17 5 36 62 123 0 130 410 107 7
Binary 1111 101 11110 110010 1010011 0 1011000 100001000 1000111 111

Color Harmonies of #0F051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F051E

Black with #0F051E

Text Example


Text Example

White with #0F051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,30); }

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

background-color css

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

 a { background-color: rgb(15,5,30); }

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

border-color css

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

 span { border-color: rgb(15,5,30); }

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