Html Css Color HEX #2F0355 Blackcurrant

📋 copy color: '#2F0355'

red 47 ◦ green 3 ◦ blue 85

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

Shades of Blackcurrant #2F0355

Tints of Blackcurrant #2F0355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

 BLUE value IS 85 (33.59% from 255) = 62.96%

R = 34.81%
G = 2.22%
B = 62.96%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F0355 (or 0x2F0355) is known color: Blackcurrant. HEX triplet: 2F, 03 and 55. RGB value is (47,3,85). Sum of RGB (Red+Green+Blue) = 47+3+85=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0355 is #D0FCAA. Grayscale: #191919. Windows color (decimal): -13696171 or 5571375. OLE color: 5571375.

HSL color Cylindrical-coordinate representation of color #2F0355: hue angle of 272.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0355 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 3 85 -
CMYK 0.45 0.96 0 0.67
HSL 272.2º 0.93% 0.17% -
HSV(B) 272.2º 0.96% 0.33% -
XYZ 2.84 1.33 8.7 -
YUV 25.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 47 3 85 0.45 0.96 0 0.67 272.2 0.93 0.17
Hex 2F 3 55 2D 60 0 43 110 5D 11
Octal 57 3 125 55 140 0 103 420 135 21
Binary 101111 11 1010101 101101 1100000 0 1000011 100010000 1011101 10001

Color Harmonies of #2F0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0355

Black with #2F0355

Text Example


Text Example

White with #2F0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,3,85); }

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

background-color css

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

 a { background-color: rgb(47,3,85); }

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

border-color css

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

 span { border-color: rgb(47,3,85); }

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