Html Css Color HEX #38154C Blackcurrant

📋 copy color: '#38154C'

red 56 ◦ green 21 ◦ blue 76

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

Shades of Blackcurrant #38154C

Tints of Blackcurrant #38154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 36.6%
G = 13.73%
B = 49.67%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38154C (or 0x38154C) is known color: Blackcurrant. HEX triplet: 38, 15 and 4C. RGB value is (56,21,76). Sum of RGB (Red+Green+Blue) = 56+21+76=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #38154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38154C is #C7EAB3. Grayscale: #252525. Windows color (decimal): -13101748 or 4986168. OLE color: 4986168.

HSL color Cylindrical-coordinate representation of color #38154C: hue angle of 278.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38154C is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 21 76 -
CMYK 0.26 0.72 0 0.70
HSL 278.18º 0.57% 0.19% -
HSV(B) 278.18º 0.72% 0.3% -
XYZ 3.2 1.9 7.04 -
YUV 37.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 56 21 76 0.26 0.72 0 0.70 278.18 0.57 0.19
Hex 38 15 4C 1A 48 0 46 116 39 13
Octal 70 25 114 32 110 0 106 426 71 23
Binary 111000 10101 1001100 11010 1001000 0 1000110 100010110 111001 10011

Color Harmonies of #38154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38154C

Black with #38154C

Text Example


Text Example

White with #38154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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