Html Css Color HEX #38014D Blackcurrant

📋 copy color: '#38014D'

red 56 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #38014D

Tints of Blackcurrant #38014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 41.79%
G = 0.75%
B = 57.46%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38014D (or 0x38014D) is known color: Blackcurrant. HEX triplet: 38, 01 and 4D. RGB value is (56,1,77). Sum of RGB (Red+Green+Blue) = 56+1+77=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #38014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38014D is #C7FEB2. Grayscale: #191919. Windows color (decimal): -13106867 or 5046584. OLE color: 5046584.

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

Color convert

RGB 56 1 77 -
CMYK 0.27 0.99 0 0.70
HSL 283.42º 0.97% 0.15% -
HSV(B) 283.42º 0.99% 0.3% -
XYZ 2.98 1.4 7.13 -
YUV 26.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 56 1 77 0.27 0.99 0 0.70 283.42 0.97 0.15
Hex 38 1 4D 1B 63 0 46 11B 61 F
Octal 70 1 115 33 143 0 106 433 141 17
Binary 111000 1 1001101 11011 1100011 0 1000110 100011011 1100001 1111

Color Harmonies of #38014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38014D

Black with #38014D

Text Example


Text Example

White with #38014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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