Html Css Color HEX #2F1539 Blackcurrant

📋 copy color: '#2F1539'

red 47 ◦ green 21 ◦ blue 57

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

Shades of Blackcurrant #2F1539

Tints of Blackcurrant #2F1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 37.6%
G = 16.8%
B = 45.6%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F1539 (or 0x2F1539) is known color: Blackcurrant. HEX triplet: 2F, 15 and 39. RGB value is (47,21,57). Sum of RGB (Red+Green+Blue) = 47+21+57=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F1539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1539 is #D0EAC6. Grayscale: #202020. Windows color (decimal): -13691591 or 3740975. OLE color: 3740975.

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

Color convert

RGB 47 21 57 -
CMYK 0.18 0.63 0 0.78
HSL 283.33º 0.46% 0.15% -
HSV(B) 283.33º 0.63% 0.22% -
XYZ 2.18 1.44 4.03 -
YUV 32.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 47 21 57 0.18 0.63 0 0.78 283.33 0.46 0.15
Hex 2F 15 39 12 3F 0 4E 11B 2E F
Octal 57 25 71 22 77 0 116 433 56 17
Binary 101111 10101 111001 10010 111111 0 1001110 100011011 101110 1111

Color Harmonies of #2F1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1539

Black with #2F1539

Text Example


Text Example

White with #2F1539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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