Html Css Color HEX #31223F Blackcurrant

📋 copy color: '#31223F'

red 49 ◦ green 34 ◦ blue 63

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

Shades of Blackcurrant #31223F

Tints of Blackcurrant #31223F

RGB

 RED value IS 49 (19.53% from 255) = 33.56%

 GREEN value IS 34 (13.67% from 255) = 23.29%

 BLUE value IS 63 (25% from 255) = 43.15%

R = 33.56%
G = 23.29%
B = 43.15%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31223F (or 0x31223F) is known color: Blackcurrant. HEX triplet: 31, 22 and 3F. RGB value is (49,34,63). Sum of RGB (Red+Green+Blue) = 49+34+63=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #31223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31223F is #CEDDC0. Grayscale: #292929. Windows color (decimal): -13557185 or 4137521. OLE color: 4137521.

HSL color Cylindrical-coordinate representation of color #31223F: hue angle of 271.03º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31223F is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 34 63 -
CMYK 0.22 0.46 0 0.75
HSL 271.03º 0.3% 0.19% -
HSV(B) 271.03º 0.46% 0.25% -
XYZ 2.74 2.16 4.97 -
YUV 41.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 49 34 63 0.22 0.46 0 0.75 271.03 0.3 0.19
Hex 31 22 3F 16 2E 0 4B 10F 1E 13
Octal 61 42 77 26 56 0 113 417 36 23
Binary 110001 100010 111111 10110 101110 0 1001011 100001111 11110 10011

Color Harmonies of #31223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31223F

Black with #31223F

Text Example


Text Example

White with #31223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31223F; }

 p { color: rgb(49,34,63); }

 H1.HeaderClassName
 {
   color: #31223F;
 }
 .AnyTagClassName
 {
   color: #31223F;
 }
</style>

background-color css

<style>
 a { background-color: #31223F; }

 a { background-color: rgb(49,34,63); }

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

border-color css

<style>
 span { border-color: #31223F; }

 span { border-color: rgb(49,34,63); }

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