Html Css Color HEX #0F0224 Blackcurrant

📋 copy color: '#0F0224'

red 15 ◦ green 2 ◦ blue 36

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

Shades of Blackcurrant #0F0224

Tints of Blackcurrant #0F0224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.77%

 BLUE value IS 36 (14.45% from 255) = 67.92%

R = 28.3%
G = 3.77%
B = 67.92%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F0224 (or 0x0F0224) is known color: Blackcurrant. HEX triplet: 0F, 02 and 24. RGB value is (15,2,36). Sum of RGB (Red+Green+Blue) = 15+2+36=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0224 is #F0FDDB. Grayscale: #090909. Windows color (decimal): -15793628 or 2359823. OLE color: 2359823.

HSL color Cylindrical-coordinate representation of color #0F0224: hue angle of 262.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0224 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 2 36 -
CMYK 0.58 0.94 0 0.86
HSL 262.94º 0.89% 0.07% -
HSV(B) 262.94º 0.94% 0.14% -
XYZ 0.54 0.27 1.69 -
YUV 9.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 15 2 36 0.58 0.94 0 0.86 262.94 0.89 0.07
Hex F 2 24 3A 5E 0 56 107 59 7
Octal 17 2 44 72 136 0 126 407 131 7
Binary 1111 10 100100 111010 1011110 0 1010110 100000111 1011001 111

Color Harmonies of #0F0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0224

Black with #0F0224

Text Example


Text Example

White with #0F0224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,36); }

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

background-color css

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

 a { background-color: rgb(15,2,36); }

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

border-color css

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

 span { border-color: rgb(15,2,36); }

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