Html Css Color HEX #2F0634 Blackcurrant

📋 copy color: '#2F0634'

red 47 ◦ green 6 ◦ blue 52

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

Shades of Blackcurrant #2F0634

Tints of Blackcurrant #2F0634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

 BLUE value IS 52 (20.7% from 255) = 49.52%

R = 44.76%
G = 5.71%
B = 49.52%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2F0634 (or 0x2F0634) is known color: Blackcurrant. HEX triplet: 2F, 06 and 34. RGB value is (47,6,52). Sum of RGB (Red+Green+Blue) = 47+6+52=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0634 is #D0F9CB. Grayscale: #171717. Windows color (decimal): -13695436 or 3409455. OLE color: 3409455.

HSL color Cylindrical-coordinate representation of color #2F0634: hue angle of 293.48º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0634 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 6 52 -
CMYK 0.10 0.88 0 0.80
HSL 293.48º 0.79% 0.11% -
HSV(B) 293.48º 0.88% 0.2% -
XYZ 1.86 0.98 3.34 -
YUV 23.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 47 6 52 0.10 0.88 0 0.80 293.48 0.79 0.11
Hex 2F 6 34 A 58 0 50 125 4F B
Octal 57 6 64 12 130 0 120 445 117 13
Binary 101111 110 110100 1010 1011000 0 1010000 100100101 1001111 1011

Color Harmonies of #2F0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0634

Black with #2F0634

Text Example


Text Example

White with #2F0634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,6,52); }

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

background-color css

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

 a { background-color: rgb(47,6,52); }

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

border-color css

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

 span { border-color: rgb(47,6,52); }

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