Html Css Color HEX #2F183A Blackcurrant

📋 copy color: '#2F183A'

red 47 ◦ green 24 ◦ blue 58

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

Shades of Blackcurrant #2F183A

Tints of Blackcurrant #2F183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

 BLUE value IS 58 (23.05% from 255) = 44.96%

R = 36.43%
G = 18.6%
B = 44.96%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F183A (or 0x2F183A) is known color: Blackcurrant. HEX triplet: 2F, 18 and 3A. RGB value is (47,24,58). Sum of RGB (Red+Green+Blue) = 47+24+58=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F183A is #D0E7C5. Grayscale: #222222. Windows color (decimal): -13690822 or 3807279. OLE color: 3807279.

HSL color Cylindrical-coordinate representation of color #2F183A: hue angle of 280.59º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F183A is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 24 58 -
CMYK 0.19 0.59 0 0.77
HSL 280.59º 0.41% 0.16% -
HSV(B) 280.59º 0.59% 0.23% -
XYZ 2.26 1.56 4.19 -
YUV 34.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 47 24 58 0.19 0.59 0 0.77 280.59 0.41 0.16
Hex 2F 18 3A 13 3B 0 4D 119 29 10
Octal 57 30 72 23 73 0 115 431 51 20
Binary 101111 11000 111010 10011 111011 0 1001101 100011001 101001 10000

Color Harmonies of #2F183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F183A

Black with #2F183A

Text Example


Text Example

White with #2F183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,24,58); }

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

background-color css

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

 a { background-color: rgb(47,24,58); }

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

border-color css

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

 span { border-color: rgb(47,24,58); }

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