Html Css Color HEX #0F0618 Blackcurrant

📋 copy color: '#0F0618'

red 15 ◦ green 6 ◦ blue 24

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

Shades of Blackcurrant #0F0618

Tints of Blackcurrant #0F0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.33%

 BLUE value IS 24 (9.77% from 255) = 53.33%

R = 33.33%
G = 13.33%
B = 53.33%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0618 (or 0x0F0618) is known color: Blackcurrant. HEX triplet: 0F, 06 and 18. RGB value is (15,6,24). Sum of RGB (Red+Green+Blue) = 15+6+24=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0618 is #F0F9E7. Grayscale: #0A0A0A. Windows color (decimal): -15792616 or 1574415. OLE color: 1574415.

HSL color Cylindrical-coordinate representation of color #0F0618: hue angle of 270º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F0618 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 6 24 -
CMYK 0.37 0.75 0 0.91
HSL 270º 0.6% 0.06% -
HSV(B) 270º 0.75% 0.09% -
XYZ 0.43 0.3 0.9 -
YUV 10.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 15 6 24 0.37 0.75 0 0.91 270 0.6 0.06
Hex F 6 18 25 4B 0 5B 10E 3C 6
Octal 17 6 30 45 113 0 133 416 74 6
Binary 1111 110 11000 100101 1001011 0 1011011 100001110 111100 110

Color Harmonies of #0F0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0618

Black with #0F0618

Text Example


Text Example

White with #0F0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,6,24); }

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

background-color css

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

 a { background-color: rgb(15,6,24); }

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

border-color css

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

 span { border-color: rgb(15,6,24); }

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