Html Css Color HEX #0F012B Blackcurrant

📋 copy color: '#0F012B'

red 15 ◦ green 1 ◦ blue 43

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

Shades of Blackcurrant #0F012B

Tints of Blackcurrant #0F012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 72.88%

R = 25.42%
G = 1.69%
B = 72.88%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F012B (or 0x0F012B) is known color: Blackcurrant. HEX triplet: 0F, 01 and 2B. RGB value is (15,1,43). Sum of RGB (Red+Green+Blue) = 15+1+43=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F012B is #F0FED4. Grayscale: #090909. Windows color (decimal): -15793877 or 2818319. OLE color: 2818319.

HSL color Cylindrical-coordinate representation of color #0F012B: hue angle of 260º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F012B is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 1 43 -
CMYK 0.65 0.98 0 0.83
HSL 260º 0.95% 0.09% -
HSV(B) 260º 0.98% 0.17% -
XYZ 0.64 0.3 2.31 -
YUV 9.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 15 1 43 0.65 0.98 0 0.83 260 0.95 0.09
Hex F 1 2B 41 62 0 53 104 5F 9
Octal 17 1 53 101 142 0 123 404 137 11
Binary 1111 1 101011 1000001 1100010 0 1010011 100000100 1011111 1001

Color Harmonies of #0F012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F012B

Black with #0F012B

Text Example


Text Example

White with #0F012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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