Html Css Color HEX #38174D Blackcurrant

📋 copy color: '#38174D'

red 56 ◦ green 23 ◦ blue 77

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

Shades of Blackcurrant #38174D

Tints of Blackcurrant #38174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

 BLUE value IS 77 (30.47% from 255) = 49.36%

R = 35.9%
G = 14.74%
B = 49.36%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38174D (or 0x38174D) is known color: Blackcurrant. HEX triplet: 38, 17 and 4D. RGB value is (56,23,77). Sum of RGB (Red+Green+Blue) = 56+23+77=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #38174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38174D is #C7E8B2. Grayscale: #262626. Windows color (decimal): -13101235 or 5052216. OLE color: 5052216.

HSL color Cylindrical-coordinate representation of color #38174D: hue angle of 276.67º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38174D is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 23 77 -
CMYK 0.27 0.70 0 0.70
HSL 276.67º 0.54% 0.2% -
HSV(B) 276.67º 0.7% 0.3% -
XYZ 3.28 1.99 7.23 -
YUV 39.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 56 23 77 0.27 0.70 0 0.70 276.67 0.54 0.2
Hex 38 17 4D 1B 46 0 46 115 36 14
Octal 70 27 115 33 106 0 106 425 66 24
Binary 111000 10111 1001101 11011 1000110 0 1000110 100010101 110110 10100

Color Harmonies of #38174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38174D

Black with #38174D

Text Example


Text Example

White with #38174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38174D; }

 p { color: rgb(56,23,77); }

 H1.HeaderClassName
 {
   color: #38174D;
 }
 .AnyTagClassName
 {
   color: #38174D;
 }
</style>

background-color css

<style>
 a { background-color: #38174D; }

 a { background-color: rgb(56,23,77); }

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

border-color css

<style>
 span { border-color: #38174D; }

 span { border-color: rgb(56,23,77); }

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