Html Css Color HEX #38014A Blackcurrant

📋 copy color: '#38014A'

red 56 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #38014A

Tints of Blackcurrant #38014A

RGB

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

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

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

R = 42.75%
G = 0.76%
B = 56.49%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38014A (or 0x38014A) is known color: Blackcurrant. HEX triplet: 38, 01 and 4A. RGB value is (56,1,74). Sum of RGB (Red+Green+Blue) = 56+1+74=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #38014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38014A is #C7FEB5. Grayscale: #191919. Windows color (decimal): -13106870 or 4849976. OLE color: 4849976.

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

Color convert

RGB 56 1 74 -
CMYK 0.24 0.99 0 0.71
HSL 285.21º 0.97% 0.15% -
HSV(B) 285.21º 0.99% 0.29% -
XYZ 2.88 1.36 6.59 -
YUV 25.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 56 1 74 0.24 0.99 0 0.71 285.21 0.97 0.15
Hex 38 1 4A 18 63 0 47 11D 61 F
Octal 70 1 112 30 143 0 107 435 141 17
Binary 111000 1 1001010 11000 1100011 0 1000111 100011101 1100001 1111

Color Harmonies of #38014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38014A

Black with #38014A

Text Example


Text Example

White with #38014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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