Html Css Color HEX #2F1340 Blackcurrant

📋 copy color: '#2F1340'

red 47 ◦ green 19 ◦ blue 64

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

Shades of Blackcurrant #2F1340

Tints of Blackcurrant #2F1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

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

R = 36.15%
G = 14.62%
B = 49.23%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F1340 (or 0x2F1340) is known color: Blackcurrant. HEX triplet: 2F, 13 and 40. RGB value is (47,19,64). Sum of RGB (Red+Green+Blue) = 47+19+64=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1340 is #D0ECBF. Grayscale: #202020. Windows color (decimal): -13692096 or 4199215. OLE color: 4199215.

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

Color convert

RGB 47 19 64 -
CMYK 0.27 0.70 0 0.75
HSL 277.33º 0.54% 0.16% -
HSV(B) 277.33º 0.7% 0.25% -
XYZ 2.33 1.44 5.01 -
YUV 32.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 47 19 64 0.27 0.70 0 0.75 277.33 0.54 0.16
Hex 2F 13 40 1B 46 0 4B 115 36 10
Octal 57 23 100 33 106 0 113 425 66 20
Binary 101111 10011 1000000 11011 1000110 0 1001011 100010101 110110 10000

Color Harmonies of #2F1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1340

Black with #2F1340

Text Example


Text Example

White with #2F1340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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