Html Css Color HEX #2F043A Blackcurrant

📋 copy color: '#2F043A'

red 47 ◦ green 4 ◦ blue 58

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

Shades of Blackcurrant #2F043A

Tints of Blackcurrant #2F043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

 BLUE value IS 58 (23.05% from 255) = 53.21%

R = 43.12%
G = 3.67%
B = 53.21%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F043A (or 0x2F043A) is known color: Blackcurrant. HEX triplet: 2F, 04 and 3A. RGB value is (47,4,58). Sum of RGB (Red+Green+Blue) = 47+4+58=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F043A is #D0FBC5. Grayscale: #161616. Windows color (decimal): -13695942 or 3802159. OLE color: 3802159.

HSL color Cylindrical-coordinate representation of color #2F043A: hue angle of 287.78º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F043A is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 4 58 -
CMYK 0.19 0.93 0 0.77
HSL 287.78º 0.87% 0.12% -
HSV(B) 287.78º 0.93% 0.23% -
XYZ 1.98 1 4.09 -
YUV 23.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 47 4 58 0.19 0.93 0 0.77 287.78 0.87 0.12
Hex 2F 4 3A 13 5D 0 4D 120 57 C
Octal 57 4 72 23 135 0 115 440 127 14
Binary 101111 100 111010 10011 1011101 0 1001101 100100000 1010111 1100

Color Harmonies of #2F043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F043A

Black with #2F043A

Text Example


Text Example

White with #2F043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,4,58); }

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

background-color css

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

 a { background-color: rgb(47,4,58); }

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

border-color css

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

 span { border-color: rgb(47,4,58); }

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