Html Css Color HEX #0F091A Blackcurrant

📋 copy color: '#0F091A'

red 15 ◦ green 9 ◦ blue 26

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

Shades of Blackcurrant #0F091A

Tints of Blackcurrant #0F091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

 BLUE value IS 26 (10.55% from 255) = 52%

R = 30%
G = 18%
B = 52%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F091A (or 0x0F091A) is known color: Blackcurrant. HEX triplet: 0F, 09 and 1A. RGB value is (15,9,26). Sum of RGB (Red+Green+Blue) = 15+9+26=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F091A is #F0F6E5. Grayscale: #0C0C0C. Windows color (decimal): -15791846 or 1706255. OLE color: 1706255.

HSL color Cylindrical-coordinate representation of color #0F091A: hue angle of 261.18º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F091A is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 9 26 -
CMYK 0.42 0.65 0 0.90
HSL 261.18º 0.49% 0.07% -
HSV(B) 261.18º 0.65% 0.1% -
XYZ 0.48 0.37 1.02 -
YUV 12.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 15 9 26 0.42 0.65 0 0.90 261.18 0.49 0.07
Hex F 9 1A 2A 41 0 5A 105 31 7
Octal 17 11 32 52 101 0 132 405 61 7
Binary 1111 1001 11010 101010 1000001 0 1011010 100000101 110001 111

Color Harmonies of #0F091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F091A

Black with #0F091A

Text Example


Text Example

White with #0F091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,26); }

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

background-color css

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

 a { background-color: rgb(15,9,26); }

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

border-color css

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

 span { border-color: rgb(15,9,26); }

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