Html Css Color HEX #2F014B Blackcurrant

📋 copy color: '#2F014B'

red 47 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #2F014B

Tints of Blackcurrant #2F014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.98%

R = 38.21%
G = 0.81%
B = 60.98%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F014B (or 0x2F014B) is known color: Blackcurrant. HEX triplet: 2F, 01 and 4B. RGB value is (47,1,75). Sum of RGB (Red+Green+Blue) = 47+1+75=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F014B is #D0FEB4. Grayscale: #161616. Windows color (decimal): -13696693 or 4915503. OLE color: 4915503.

HSL color Cylindrical-coordinate representation of color #2F014B: hue angle of 277.3º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F014B is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 1 75 -
CMYK 0.37 0.99 0 0.71
HSL 277.3º 0.97% 0.15% -
HSV(B) 277.3º 0.99% 0.29% -
XYZ 2.45 1.13 6.75 -
YUV 23.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 47 1 75 0.37 0.99 0 0.71 277.3 0.97 0.15
Hex 2F 1 4B 25 63 0 47 115 61 F
Octal 57 1 113 45 143 0 107 425 141 17
Binary 101111 1 1001011 100101 1100011 0 1000111 100010101 1100001 1111

Color Harmonies of #2F014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F014B

Black with #2F014B

Text Example


Text Example

White with #2F014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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