Html Css Color HEX #2F153D Blackcurrant

📋 copy color: '#2F153D'

red 47 ◦ green 21 ◦ blue 61

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

Shades of Blackcurrant #2F153D

Tints of Blackcurrant #2F153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 61 (24.22% from 255) = 47.29%

R = 36.43%
G = 16.28%
B = 47.29%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F153D (or 0x2F153D) is known color: Blackcurrant. HEX triplet: 2F, 15 and 3D. RGB value is (47,21,61). Sum of RGB (Red+Green+Blue) = 47+21+61=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F153D is #D0EAC2. Grayscale: #212121. Windows color (decimal): -13691587 or 4003119. OLE color: 4003119.

HSL color Cylindrical-coordinate representation of color #2F153D: hue angle of 279º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F153D is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 21 61 -
CMYK 0.23 0.66 0 0.76
HSL 279º 0.49% 0.16% -
HSV(B) 279º 0.66% 0.24% -
XYZ 2.28 1.48 4.58 -
YUV 33.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 47 21 61 0.23 0.66 0 0.76 279 0.49 0.16
Hex 2F 15 3D 17 42 0 4C 117 31 10
Octal 57 25 75 27 102 0 114 427 61 20
Binary 101111 10101 111101 10111 1000010 0 1001100 100010111 110001 10000

Color Harmonies of #2F153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F153D

Black with #2F153D

Text Example


Text Example

White with #2F153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,61); }

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

background-color css

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

 a { background-color: rgb(47,21,61); }

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

border-color css

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

 span { border-color: rgb(47,21,61); }

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