Html Css Color HEX #2F0138 Blackcurrant

📋 copy color: '#2F0138'

red 47 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #2F0138

Tints of Blackcurrant #2F0138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 45.19%
G = 0.96%
B = 53.85%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F0138 (or 0x2F0138) is known color: Blackcurrant. HEX triplet: 2F, 01 and 38. RGB value is (47,1,56). Sum of RGB (Red+Green+Blue) = 47+1+56=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0138 is #D0FEC7. Grayscale: #141414. Windows color (decimal): -13696712 or 3670319. OLE color: 3670319.

HSL color Cylindrical-coordinate representation of color #2F0138: hue angle of 290.18º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0138 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 1 56 -
CMYK 0.16 0.98 0 0.78
HSL 290.18º 0.96% 0.11% -
HSV(B) 290.18º 0.98% 0.22% -
XYZ 1.9 0.91 3.82 -
YUV 21.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 47 1 56 0.16 0.98 0 0.78 290.18 0.96 0.11
Hex 2F 1 38 10 62 0 4E 122 60 B
Octal 57 1 70 20 142 0 116 442 140 13
Binary 101111 1 111000 10000 1100010 0 1001110 100100010 1100000 1011

Color Harmonies of #2F0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0138

Black with #2F0138

Text Example


Text Example

White with #2F0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,1,56); }

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

background-color css

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

 a { background-color: rgb(47,1,56); }

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

border-color css

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

 span { border-color: rgb(47,1,56); }

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