Html Css Color HEX #0F0130 Blackcurrant

📋 copy color: '#0F0130'

red 15 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #0F0130

Tints of Blackcurrant #0F0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.56%

 BLUE value IS 48 (19.14% from 255) = 75%

R = 23.44%
G = 1.56%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F0130 (or 0x0F0130) is known color: Blackcurrant. HEX triplet: 0F, 01 and 30. RGB value is (15,1,48). Sum of RGB (Red+Green+Blue) = 15+1+48=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0130 is #F0FECF. Grayscale: #0A0A0A. Windows color (decimal): -15793872 or 3145999. OLE color: 3145999.

HSL color Cylindrical-coordinate representation of color #0F0130: hue angle of 257.87º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0130 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 1 48 -
CMYK 0.69 0.98 0 0.81
HSL 257.87º 0.96% 0.1% -
HSV(B) 257.87º 0.98% 0.19% -
XYZ 0.74 0.34 2.82 -
YUV 10.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 15 1 48 0.69 0.98 0 0.81 257.87 0.96 0.1
Hex F 1 30 45 62 0 51 102 60 A
Octal 17 1 60 105 142 0 121 402 140 12
Binary 1111 1 110000 1000101 1100010 0 1010001 100000010 1100000 1010

Color Harmonies of #0F0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0130

Black with #0F0130

Text Example


Text Example

White with #0F0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,48); }

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

background-color css

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

 a { background-color: rgb(15,1,48); }

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

border-color css

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

 span { border-color: rgb(15,1,48); }

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