Html Css Color HEX #0F0715 Blackcurrant

📋 copy color: '#0F0715'

red 15 ◦ green 7 ◦ blue 21

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

Shades of Blackcurrant #0F0715

Tints of Blackcurrant #0F0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.28%

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

R = 34.88%
G = 16.28%
B = 48.84%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0715 (or 0x0F0715) is known color: Blackcurrant. HEX triplet: 0F, 07 and 15. RGB value is (15,7,21). Sum of RGB (Red+Green+Blue) = 15+7+21=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0715 is #F0F8EA. Grayscale: #0A0A0A. Windows color (decimal): -15792363 or 1378063. OLE color: 1378063.

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

Color convert

RGB 15 7 21 -
CMYK 0.29 0.67 0 0.92
HSL 274.29º 0.5% 0.05% -
HSV(B) 274.29º 0.67% 0.08% -
XYZ 0.41 0.31 0.75 -
YUV 10.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 15 7 21 0.29 0.67 0 0.92 274.29 0.5 0.05
Hex F 7 15 1D 43 0 5C 112 32 5
Octal 17 7 25 35 103 0 134 422 62 5
Binary 1111 111 10101 11101 1000011 0 1011100 100010010 110010 101

Color Harmonies of #0F0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0715

Black with #0F0715

Text Example


Text Example

White with #0F0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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