Html Css Color HEX #2F0148 Blackcurrant

📋 copy color: '#2F0148'

red 47 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #2F0148

Tints of Blackcurrant #2F0148

RGB

 RED value IS 47 (18.75% from 255) = 39.17%

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

 BLUE value IS 72 (28.52% from 255) = 60%

R = 39.17%
G = 0.83%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2F0148 (or 0x2F0148) is known color: Blackcurrant. HEX triplet: 2F, 01 and 48. RGB value is (47,1,72). Sum of RGB (Red+Green+Blue) = 47+1+72=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0148 is #D0FEB7. Grayscale: #161616. Windows color (decimal): -13696696 or 4718895. OLE color: 4718895.

HSL color Cylindrical-coordinate representation of color #2F0148: hue angle of 278.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0148 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 1 72 -
CMYK 0.35 0.99 0 0.72
HSL 278.87º 0.97% 0.14% -
HSV(B) 278.87º 0.99% 0.28% -
XYZ 2.35 1.09 6.22 -
YUV 22.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 47 1 72 0.35 0.99 0 0.72 278.87 0.97 0.14
Hex 2F 1 48 23 63 0 48 117 61 E
Octal 57 1 110 43 143 0 110 427 141 16
Binary 101111 1 1001000 100011 1100011 0 1001000 100010111 1100001 1110

Color Harmonies of #2F0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0148

Black with #2F0148

Text Example


Text Example

White with #2F0148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0148; }

 p { color: rgb(47,1,72); }

 H1.HeaderClassName
 {
   color: #2F0148;
 }
 .AnyTagClassName
 {
   color: #2F0148;
 }
</style>

background-color css

<style>
 a { background-color: #2F0148; }

 a { background-color: rgb(47,1,72); }

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

border-color css

<style>
 span { border-color: #2F0148; }

 span { border-color: rgb(47,1,72); }

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