Html Css Color HEX #0F0428 Blackcurrant

📋 copy color: '#0F0428'

red 15 ◦ green 4 ◦ blue 40

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

Shades of Blackcurrant #0F0428

Tints of Blackcurrant #0F0428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 67.8%

R = 25.42%
G = 6.78%
B = 67.8%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F0428 (or 0x0F0428) is known color: Blackcurrant. HEX triplet: 0F, 04 and 28. RGB value is (15,4,40). Sum of RGB (Red+Green+Blue) = 15+4+40=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0428 is #F0FBD7. Grayscale: #0B0B0B. Windows color (decimal): -15793112 or 2622479. OLE color: 2622479.

HSL color Cylindrical-coordinate representation of color #0F0428: hue angle of 258.33º degrees, saturation: 0.82, 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 #0F0428 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 4 40 -
CMYK 0.62 0.90 0 0.84
HSL 258.33º 0.82% 0.09% -
HSV(B) 258.33º 0.9% 0.16% -
XYZ 0.62 0.34 2.04 -
YUV 11.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 15 4 40 0.62 0.90 0 0.84 258.33 0.82 0.09
Hex F 4 28 3E 5A 0 54 102 52 9
Octal 17 4 50 76 132 0 124 402 122 11
Binary 1111 100 101000 111110 1011010 0 1010100 100000010 1010010 1001

Color Harmonies of #0F0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0428

Black with #0F0428

Text Example


Text Example

White with #0F0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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