Html Css Color HEX #38154A Blackcurrant

📋 copy color: '#38154A'

red 56 ◦ green 21 ◦ blue 74

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

Shades of Blackcurrant #38154A

Tints of Blackcurrant #38154A

RGB

 RED value IS 56 (22.27% from 255) = 37.09%

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

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 37.09%
G = 13.91%
B = 49.01%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38154A (or 0x38154A) is known color: Blackcurrant. HEX triplet: 38, 15 and 4A. RGB value is (56,21,74). Sum of RGB (Red+Green+Blue) = 56+21+74=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #38154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38154A is #C7EAB5. Grayscale: #252525. Windows color (decimal): -13101750 or 4855096. OLE color: 4855096.

HSL color Cylindrical-coordinate representation of color #38154A: hue angle of 279.62º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38154A is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 21 74 -
CMYK 0.24 0.72 0 0.71
HSL 279.62º 0.56% 0.19% -
HSV(B) 279.62º 0.72% 0.29% -
XYZ 3.14 1.87 6.67 -
YUV 37.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 56 21 74 0.24 0.72 0 0.71 279.62 0.56 0.19
Hex 38 15 4A 18 48 0 47 118 38 13
Octal 70 25 112 30 110 0 107 430 70 23
Binary 111000 10101 1001010 11000 1001000 0 1000111 100011000 111000 10011

Color Harmonies of #38154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38154A

Black with #38154A

Text Example


Text Example

White with #38154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38154A; }

 p { color: rgb(56,21,74); }

 H1.HeaderClassName
 {
   color: #38154A;
 }
 .AnyTagClassName
 {
   color: #38154A;
 }
</style>

background-color css

<style>
 a { background-color: #38154A; }

 a { background-color: rgb(56,21,74); }

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

border-color css

<style>
 span { border-color: #38154A; }

 span { border-color: rgb(56,21,74); }

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