Html Css Color HEX #38184A Blackcurrant

📋 copy color: '#38184A'

red 56 ◦ green 24 ◦ blue 74

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

Shades of Blackcurrant #38184A

Tints of Blackcurrant #38184A

RGB

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

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

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

R = 36.36%
G = 15.58%
B = 48.05%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38184A (or 0x38184A) is known color: Blackcurrant. HEX triplet: 38, 18 and 4A. RGB value is (56,24,74). Sum of RGB (Red+Green+Blue) = 56+24+74=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #38184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38184A is #C7E7B5. Grayscale: #272727. Windows color (decimal): -13100982 or 4855864. OLE color: 4855864.

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

Color convert

RGB 56 24 74 -
CMYK 0.24 0.68 0 0.71
HSL 278.4º 0.51% 0.19% -
HSV(B) 278.4º 0.68% 0.29% -
XYZ 3.19 1.99 6.69 -
YUV 39.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 56 24 74 0.24 0.68 0 0.71 278.4 0.51 0.19
Hex 38 18 4A 18 44 0 47 116 33 13
Octal 70 30 112 30 104 0 107 426 63 23
Binary 111000 11000 1001010 11000 1000100 0 1000111 100010110 110011 10011

Color Harmonies of #38184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38184A

Black with #38184A

Text Example


Text Example

White with #38184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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