Html Css Color HEX #2F1335 Blackcurrant

📋 copy color: '#2F1335'

red 47 ◦ green 19 ◦ blue 53

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

Shades of Blackcurrant #2F1335

Tints of Blackcurrant #2F1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

 BLUE value IS 53 (21.09% from 255) = 44.54%

R = 39.5%
G = 15.97%
B = 44.54%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2F1335 (or 0x2F1335) is known color: Blackcurrant. HEX triplet: 2F, 13 and 35. RGB value is (47,19,53). Sum of RGB (Red+Green+Blue) = 47+19+53=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F1335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1335 is #D0ECCA. Grayscale: #1F1F1F. Windows color (decimal): -13692107 or 3478319. OLE color: 3478319.

HSL color Cylindrical-coordinate representation of color #2F1335: hue angle of 289.41º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1335 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 19 53 -
CMYK 0.11 0.64 0 0.79
HSL 289.41º 0.47% 0.14% -
HSV(B) 289.41º 0.64% 0.21% -
XYZ 2.05 1.33 3.52 -
YUV 31.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 47 19 53 0.11 0.64 0 0.79 289.41 0.47 0.14
Hex 2F 13 35 B 40 0 4F 121 2F E
Octal 57 23 65 13 100 0 117 441 57 16
Binary 101111 10011 110101 1011 1000000 0 1001111 100100001 101111 1110

Color Harmonies of #2F1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1335

Black with #2F1335

Text Example


Text Example

White with #2F1335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,53); }

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

background-color css

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

 a { background-color: rgb(47,19,53); }

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

border-color css

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

 span { border-color: rgb(47,19,53); }

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