Html Css Color HEX #0F051B Blackcurrant

📋 copy color: '#0F051B'

red 15 ◦ green 5 ◦ blue 27

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

Shades of Blackcurrant #0F051B

Tints of Blackcurrant #0F051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 57.45%

R = 31.91%
G = 10.64%
B = 57.45%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F051B (or 0x0F051B) is known color: Blackcurrant. HEX triplet: 0F, 05 and 1B. RGB value is (15,5,27). Sum of RGB (Red+Green+Blue) = 15+5+27=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051B is #F0FAE4. Grayscale: #0A0A0A. Windows color (decimal): -15792869 or 1770767. OLE color: 1770767.

HSL color Cylindrical-coordinate representation of color #0F051B: hue angle of 267.27º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F051B is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 5 27 -
CMYK 0.44 0.81 0 0.89
HSL 267.27º 0.69% 0.06% -
HSV(B) 267.27º 0.81% 0.11% -
XYZ 0.45 0.29 1.07 -
YUV 10.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 15 5 27 0.44 0.81 0 0.89 267.27 0.69 0.06
Hex F 5 1B 2C 51 0 59 10B 45 6
Octal 17 5 33 54 121 0 131 413 105 6
Binary 1111 101 11011 101100 1010001 0 1011001 100001011 1000101 110

Color Harmonies of #0F051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F051B

Black with #0F051B

Text Example


Text Example

White with #0F051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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