Html Css Color HEX #2F1939 Blackcurrant

📋 copy color: '#2F1939'

red 47 ◦ green 25 ◦ blue 57

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

Shades of Blackcurrant #2F1939

Tints of Blackcurrant #2F1939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

 BLUE value IS 57 (22.66% from 255) = 44.19%

R = 36.43%
G = 19.38%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F1939 (or 0x2F1939) is known color: Blackcurrant. HEX triplet: 2F, 19 and 39. RGB value is (47,25,57). Sum of RGB (Red+Green+Blue) = 47+25+57=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1939 is #D0E6C6. Grayscale: #232323. Windows color (decimal): -13690567 or 3741999. OLE color: 3741999.

HSL color Cylindrical-coordinate representation of color #2F1939: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F1939 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 25 57 -
CMYK 0.18 0.56 0 0.78
HSL 281.25º 0.39% 0.16% -
HSV(B) 281.25º 0.56% 0.22% -
XYZ 2.26 1.6 4.06 -
YUV 35.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 47 25 57 0.18 0.56 0 0.78 281.25 0.39 0.16
Hex 2F 19 39 12 38 0 4E 119 27 10
Octal 57 31 71 22 70 0 116 431 47 20
Binary 101111 11001 111001 10010 111000 0 1001110 100011001 100111 10000

Color Harmonies of #2F1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1939

Black with #2F1939

Text Example


Text Example

White with #2F1939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,25,57); }

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

background-color css

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

 a { background-color: rgb(47,25,57); }

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

border-color css

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

 span { border-color: rgb(47,25,57); }

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