Html Css Color HEX #2F0939 Blackcurrant

📋 copy color: '#2F0939'

red 47 ◦ green 9 ◦ blue 57

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

Shades of Blackcurrant #2F0939

Tints of Blackcurrant #2F0939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

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

R = 41.59%
G = 7.96%
B = 50.44%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F0939 (or 0x2F0939) is known color: Blackcurrant. HEX triplet: 2F, 09 and 39. RGB value is (47,9,57). Sum of RGB (Red+Green+Blue) = 47+9+57=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0939 is #D0F6C6. Grayscale: #191919. Windows color (decimal): -13694663 or 3737903. OLE color: 3737903.

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

Color convert

RGB 47 9 57 -
CMYK 0.18 0.84 0 0.78
HSL 287.5º 0.73% 0.13% -
HSV(B) 287.5º 0.84% 0.22% -
XYZ 2.01 1.1 3.98 -
YUV 25.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 47 9 57 0.18 0.84 0 0.78 287.5 0.73 0.13
Hex 2F 9 39 12 54 0 4E 120 49 D
Octal 57 11 71 22 124 0 116 440 111 15
Binary 101111 1001 111001 10010 1010100 0 1001110 100100000 1001001 1101

Color Harmonies of #2F0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0939

Black with #2F0939

Text Example


Text Example

White with #2F0939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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