Html Css Color HEX #2F1240 Blackcurrant

📋 copy color: '#2F1240'

red 47 ◦ green 18 ◦ blue 64

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

Shades of Blackcurrant #2F1240

Tints of Blackcurrant #2F1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 36.43%
G = 13.95%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F1240 (or 0x2F1240) is known color: Blackcurrant. HEX triplet: 2F, 12 and 40. RGB value is (47,18,64). Sum of RGB (Red+Green+Blue) = 47+18+64=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1240 is #D0EDBF. Grayscale: #1F1F1F. Windows color (decimal): -13692352 or 4198959. OLE color: 4198959.

HSL color Cylindrical-coordinate representation of color #2F1240: hue angle of 277.83º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F1240 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 18 64 -
CMYK 0.27 0.72 0 0.75
HSL 277.83º 0.56% 0.16% -
HSV(B) 277.83º 0.72% 0.25% -
XYZ 2.31 1.41 5 -
YUV 31.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 47 18 64 0.27 0.72 0 0.75 277.83 0.56 0.16
Hex 2F 12 40 1B 48 0 4B 116 38 10
Octal 57 22 100 33 110 0 113 426 70 20
Binary 101111 10010 1000000 11011 1001000 0 1001011 100010110 111000 10000

Color Harmonies of #2F1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1240

Black with #2F1240

Text Example


Text Example

White with #2F1240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,18,64); }

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

background-color css

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

 a { background-color: rgb(47,18,64); }

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

border-color css

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

 span { border-color: rgb(47,18,64); }

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