Html Css Color HEX #0F0328 Blackcurrant

📋 copy color: '#0F0328'

red 15 ◦ green 3 ◦ blue 40

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

Shades of Blackcurrant #0F0328

Tints of Blackcurrant #0F0328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 68.97%

R = 25.86%
G = 5.17%
B = 68.97%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F0328 (or 0x0F0328) is known color: Blackcurrant. HEX triplet: 0F, 03 and 28. RGB value is (15,3,40). Sum of RGB (Red+Green+Blue) = 15+3+40=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0328 is #F0FCD7. Grayscale: #0A0A0A. Windows color (decimal): -15793368 or 2622223. OLE color: 2622223.

HSL color Cylindrical-coordinate representation of color #0F0328: hue angle of 259.46º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0328 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 3 40 -
CMYK 0.62 0.93 0 0.84
HSL 259.46º 0.86% 0.08% -
HSV(B) 259.46º 0.93% 0.16% -
XYZ 0.61 0.32 2.04 -
YUV 10.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 15 3 40 0.62 0.93 0 0.84 259.46 0.86 0.08
Hex F 3 28 3E 5D 0 54 103 56 8
Octal 17 3 50 76 135 0 124 403 126 10
Binary 1111 11 101000 111110 1011101 0 1010100 100000011 1010110 1000

Color Harmonies of #0F0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0328

Black with #0F0328

Text Example


Text Example

White with #0F0328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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