Html Css Color HEX #0F0325 Blackcurrant

📋 copy color: '#0F0325'

red 15 ◦ green 3 ◦ blue 37

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

Shades of Blackcurrant #0F0325

Tints of Blackcurrant #0F0325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 67.27%

R = 27.27%
G = 5.45%
B = 67.27%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F0325 (or 0x0F0325) is known color: Blackcurrant. HEX triplet: 0F, 03 and 25. RGB value is (15,3,37). Sum of RGB (Red+Green+Blue) = 15+3+37=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F0325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0325 is #F0FCDA. Grayscale: #0A0A0A. Windows color (decimal): -15793371 or 2425615. OLE color: 2425615.

HSL color Cylindrical-coordinate representation of color #0F0325: hue angle of 261.18º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0325 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 3 37 -
CMYK 0.59 0.92 0 0.85
HSL 261.18º 0.85% 0.08% -
HSV(B) 261.18º 0.92% 0.15% -
XYZ 0.56 0.3 1.78 -
YUV 10.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 15 3 37 0.59 0.92 0 0.85 261.18 0.85 0.08
Hex F 3 25 3B 5C 0 55 105 55 8
Octal 17 3 45 73 134 0 125 405 125 10
Binary 1111 11 100101 111011 1011100 0 1010101 100000101 1010101 1000

Color Harmonies of #0F0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0325

Black with #0F0325

Text Example


Text Example

White with #0F0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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