Html Css Color HEX #2F024E Blackcurrant

📋 copy color: '#2F024E'

red 47 ◦ green 2 ◦ blue 78

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

Shades of Blackcurrant #2F024E

Tints of Blackcurrant #2F024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 78 (30.86% from 255) = 61.42%

R = 37.01%
G = 1.57%
B = 61.42%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F024E (or 0x2F024E) is known color: Blackcurrant. HEX triplet: 2F, 02 and 4E. RGB value is (47,2,78). Sum of RGB (Red+Green+Blue) = 47+2+78=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F024E is #D0FDB1. Grayscale: #171717. Windows color (decimal): -13696434 or 5112367. OLE color: 5112367.

HSL color Cylindrical-coordinate representation of color #2F024E: hue angle of 275.53º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F024E is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 2 78 -
CMYK 0.40 0.97 0 0.69
HSL 275.53º 0.95% 0.16% -
HSV(B) 275.53º 0.97% 0.31% -
XYZ 2.57 1.2 7.3 -
YUV 24.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 47 2 78 0.40 0.97 0 0.69 275.53 0.95 0.16
Hex 2F 2 4E 28 61 0 45 114 5F 10
Octal 57 2 116 50 141 0 105 424 137 20
Binary 101111 10 1001110 101000 1100001 0 1000101 100010100 1011111 10000

Color Harmonies of #2F024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F024E

Black with #2F024E

Text Example


Text Example

White with #2F024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,2,78); }

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

background-color css

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

 a { background-color: rgb(47,2,78); }

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

border-color css

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

 span { border-color: rgb(47,2,78); }

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