Html Css Color HEX #2F0A41 Blackcurrant

📋 copy color: '#2F0A41'

red 47 ◦ green 10 ◦ blue 65

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

Shades of Blackcurrant #2F0A41

Tints of Blackcurrant #2F0A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.2%

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 38.52%
G = 8.2%
B = 53.28%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F0A41 (or 0x2F0A41) is known color: Blackcurrant. HEX triplet: 2F, 0A and 41. RGB value is (47,10,65). Sum of RGB (Red+Green+Blue) = 47+10+65=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F0A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0A41 is #D0F5BE. Grayscale: #1B1B1B. Windows color (decimal): -13694399 or 4262447. OLE color: 4262447.

HSL color Cylindrical-coordinate representation of color #2F0A41: hue angle of 280.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0A41 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 10 65 -
CMYK 0.28 0.85 0 0.75
HSL 280.36º 0.73% 0.15% -
HSV(B) 280.36º 0.85% 0.25% -
XYZ 2.23 1.2 5.12 -
YUV 27.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 47 10 65 0.28 0.85 0 0.75 280.36 0.73 0.15
Hex 2F A 41 1C 55 0 4B 118 49 F
Octal 57 12 101 34 125 0 113 430 111 17
Binary 101111 1010 1000001 11100 1010101 0 1001011 100011000 1001001 1111

Color Harmonies of #2F0A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0A41

Black with #2F0A41

Text Example


Text Example

White with #2F0A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,10,65); }

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

background-color css

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

 a { background-color: rgb(47,10,65); }

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

border-color css

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

 span { border-color: rgb(47,10,65); }

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