Html Css Color HEX #0F0315 Blackcurrant

📋 copy color: '#0F0315'

red 15 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #0F0315

Tints of Blackcurrant #0F0315

RGB

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

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

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

R = 38.46%
G = 7.69%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0315 (or 0x0F0315) is known color: Blackcurrant. HEX triplet: 0F, 03 and 15. RGB value is (15,3,21). Sum of RGB (Red+Green+Blue) = 15+3+21=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0315 is #F0FCEA. Grayscale: #080808. Windows color (decimal): -15793387 or 1377039. OLE color: 1377039.

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

Color convert

RGB 15 3 21 -
CMYK 0.29 0.86 0 0.92
HSL 280º 0.75% 0.05% -
HSV(B) 280º 0.86% 0.08% -
XYZ 0.36 0.22 0.73 -
YUV 8.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 15 3 21 0.29 0.86 0 0.92 280 0.75 0.05
Hex F 3 15 1D 56 0 5C 118 4B 5
Octal 17 3 25 35 126 0 134 430 113 5
Binary 1111 11 10101 11101 1010110 0 1011100 100011000 1001011 101

Color Harmonies of #0F0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0315

Black with #0F0315

Text Example


Text Example

White with #0F0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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