Html Css Color HEX #2F0853 Blackcurrant

📋 copy color: '#2F0853'

red 47 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #2F0853

Tints of Blackcurrant #2F0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 34.06%
G = 5.8%
B = 60.14%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F0853 (or 0x2F0853) is known color: Blackcurrant. HEX triplet: 2F, 08 and 53. RGB value is (47,8,83). Sum of RGB (Red+Green+Blue) = 47+8+83=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F0853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0853 is #D0F7AC. Grayscale: #1B1B1B. Windows color (decimal): -13694893 or 5441583. OLE color: 5441583.

HSL color Cylindrical-coordinate representation of color #2F0853: hue angle of 271.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0853 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 8 83 -
CMYK 0.43 0.90 0 0.67
HSL 271.2º 0.82% 0.18% -
HSV(B) 271.2º 0.9% 0.33% -
XYZ 2.82 1.4 8.31 -
YUV 28.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 47 8 83 0.43 0.90 0 0.67 271.2 0.82 0.18
Hex 2F 8 53 2B 5A 0 43 10F 52 12
Octal 57 10 123 53 132 0 103 417 122 22
Binary 101111 1000 1010011 101011 1011010 0 1000011 100001111 1010010 10010

Color Harmonies of #2F0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0853

Black with #2F0853

Text Example


Text Example

White with #2F0853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,8,83); }

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

background-color css

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

 a { background-color: rgb(47,8,83); }

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

border-color css

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

 span { border-color: rgb(47,8,83); }

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