Html Css Color HEX #0F032A Blackcurrant

📋 copy color: '#0F032A'

red 15 ◦ green 3 ◦ blue 42

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

Shades of Blackcurrant #0F032A

Tints of Blackcurrant #0F032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5%

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

R = 25%
G = 5%
B = 70%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F032A (or 0x0F032A) is known color: Blackcurrant. HEX triplet: 0F, 03 and 2A. RGB value is (15,3,42). Sum of RGB (Red+Green+Blue) = 15+3+42=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F032A is #F0FCD5. Grayscale: #0A0A0A. Windows color (decimal): -15793366 or 2753295. OLE color: 2753295.

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

Color convert

RGB 15 3 42 -
CMYK 0.64 0.93 0 0.84
HSL 258.46º 0.87% 0.09% -
HSV(B) 258.46º 0.93% 0.16% -
XYZ 0.65 0.33 2.22 -
YUV 11.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 15 3 42 0.64 0.93 0 0.84 258.46 0.87 0.09
Hex F 3 2A 40 5D 0 54 102 57 9
Octal 17 3 52 100 135 0 124 402 127 11
Binary 1111 11 101010 1000000 1011101 0 1010100 100000010 1010111 1001

Color Harmonies of #0F032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F032A

Black with #0F032A

Text Example


Text Example

White with #0F032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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