Html Css Color HEX #0F0415 Blackcurrant

📋 copy color: '#0F0415'

red 15 ◦ green 4 ◦ blue 21

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

Shades of Blackcurrant #0F0415

Tints of Blackcurrant #0F0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 52.5%

R = 37.5%
G = 10%
B = 52.5%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0415 (or 0x0F0415) is known color: Blackcurrant. HEX triplet: 0F, 04 and 15. RGB value is (15,4,21). Sum of RGB (Red+Green+Blue) = 15+4+21=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0415 is #F0FBEA. Grayscale: #090909. Windows color (decimal): -15793131 or 1377295. OLE color: 1377295.

HSL color Cylindrical-coordinate representation of color #0F0415: hue angle of 278.82º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0415 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 4 21 -
CMYK 0.29 0.81 0 0.92
HSL 278.82º 0.68% 0.05% -
HSV(B) 278.82º 0.81% 0.08% -
XYZ 0.38 0.24 0.74 -
YUV 9.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 15 4 21 0.29 0.81 0 0.92 278.82 0.68 0.05
Hex F 4 15 1D 51 0 5C 117 44 5
Octal 17 4 25 35 121 0 134 427 104 5
Binary 1111 100 10101 11101 1010001 0 1011100 100010111 1000100 101

Color Harmonies of #0F0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0415

Black with #0F0415

Text Example


Text Example

White with #0F0415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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