Html Css Color HEX #0F0426 Blackcurrant

📋 copy color: '#0F0426'

red 15 ◦ green 4 ◦ blue 38

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

Shades of Blackcurrant #0F0426

Tints of Blackcurrant #0F0426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 66.67%

R = 26.32%
G = 7.02%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F0426 (or 0x0F0426) is known color: Blackcurrant. HEX triplet: 0F, 04 and 26. RGB value is (15,4,38). Sum of RGB (Red+Green+Blue) = 15+4+38=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 38 (15.23% from 255 or 66.67% from 57); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F0426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0426 is #F0FBD9. Grayscale: #0B0B0B. Windows color (decimal): -15793114 or 2491407. OLE color: 2491407.

HSL color Cylindrical-coordinate representation of color #0F0426: hue angle of 259.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0426 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 4 38 -
CMYK 0.61 0.89 0 0.85
HSL 259.41º 0.81% 0.08% -
HSV(B) 259.41º 0.89% 0.15% -
XYZ 0.59 0.33 1.87 -
YUV 11.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 15 4 38 0.61 0.89 0 0.85 259.41 0.81 0.08
Hex F 4 26 3D 59 0 55 103 51 8
Octal 17 4 46 75 131 0 125 403 121 10
Binary 1111 100 100110 111101 1011001 0 1010101 100000011 1010001 1000

Color Harmonies of #0F0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0426

Black with #0F0426

Text Example


Text Example

White with #0F0426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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