Html Css Color HEX #0F012A Blackcurrant

📋 copy color: '#0F012A'

red 15 ◦ green 1 ◦ blue 42

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

Shades of Blackcurrant #0F012A

Tints of Blackcurrant #0F012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 72.41%

R = 25.86%
G = 1.72%
B = 72.41%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F012A (or 0x0F012A) is known color: Blackcurrant. HEX triplet: 0F, 01 and 2A. RGB value is (15,1,42). Sum of RGB (Red+Green+Blue) = 15+1+42=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F012A is #F0FED5. Grayscale: #090909. Windows color (decimal): -15793878 or 2752783. OLE color: 2752783.

HSL color Cylindrical-coordinate representation of color #0F012A: hue angle of 260.49º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F012A is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 1 42 -
CMYK 0.64 0.98 0 0.84
HSL 260.49º 0.95% 0.08% -
HSV(B) 260.49º 0.98% 0.16% -
XYZ 0.63 0.29 2.21 -
YUV 9.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 15 1 42 0.64 0.98 0 0.84 260.49 0.95 0.08
Hex F 1 2A 40 62 0 54 104 5F 8
Octal 17 1 52 100 142 0 124 404 137 10
Binary 1111 1 101010 1000000 1100010 0 1010100 100000100 1011111 1000

Color Harmonies of #0F012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F012A

Black with #0F012A

Text Example


Text Example

White with #0F012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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