Html Css Color HEX #2F203F Blackcurrant

📋 copy color: '#2F203F'

red 47 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #2F203F

Tints of Blackcurrant #2F203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 63 (25% from 255) = 44.37%

R = 33.1%
G = 22.54%
B = 44.37%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F203F (or 0x2F203F) is known color: Blackcurrant. HEX triplet: 2F, 20 and 3F. RGB value is (47,32,63). Sum of RGB (Red+Green+Blue) = 47+32+63=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F203F is #D0DFC0. Grayscale: #272727. Windows color (decimal): -13688769 or 4137007. OLE color: 4137007.

HSL color Cylindrical-coordinate representation of color #2F203F: hue angle of 269.03º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F203F is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 32 63 -
CMYK 0.25 0.49 0 0.75
HSL 269.03º 0.33% 0.19% -
HSV(B) 269.03º 0.49% 0.25% -
XYZ 2.59 2 4.95 -
YUV 40.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 47 32 63 0.25 0.49 0 0.75 269.03 0.33 0.19
Hex 2F 20 3F 19 31 0 4B 10D 21 13
Octal 57 40 77 31 61 0 113 415 41 23
Binary 101111 100000 111111 11001 110001 0 1001011 100001101 100001 10011

Color Harmonies of #2F203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F203F

Black with #2F203F

Text Example


Text Example

White with #2F203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,32,63); }

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

background-color css

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

 a { background-color: rgb(47,32,63); }

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

border-color css

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

 span { border-color: rgb(47,32,63); }

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