Html Css Color HEX #0F042A Blackcurrant

📋 copy color: '#0F042A'

red 15 ◦ green 4 ◦ blue 42

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

Shades of Blackcurrant #0F042A

Tints of Blackcurrant #0F042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.56%

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

R = 24.59%
G = 6.56%
B = 68.85%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F042A (or 0x0F042A) is known color: Blackcurrant. HEX triplet: 0F, 04 and 2A. RGB value is (15,4,42). Sum of RGB (Red+Green+Blue) = 15+4+42=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 42 (16.80% from 255 or 68.85% from 61); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F042A is #F0FBD5. Grayscale: #0B0B0B. Windows color (decimal): -15793110 or 2753551. OLE color: 2753551.

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

Color convert

RGB 15 4 42 -
CMYK 0.64 0.90 0 0.84
HSL 257.37º 0.83% 0.09% -
HSV(B) 257.37º 0.9% 0.16% -
XYZ 0.66 0.36 2.22 -
YUV 11.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 15 4 42 0.64 0.90 0 0.84 257.37 0.83 0.09
Hex F 4 2A 40 5A 0 54 101 53 9
Octal 17 4 52 100 132 0 124 401 123 11
Binary 1111 100 101010 1000000 1011010 0 1010100 100000001 1010011 1001

Color Harmonies of #0F042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F042A

Black with #0F042A

Text Example


Text Example

White with #0F042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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