Html Css Color HEX #38014C Blackcurrant

📋 copy color: '#38014C'

red 56 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #38014C

Tints of Blackcurrant #38014C

RGB

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

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

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

R = 42.11%
G = 0.75%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38014C (or 0x38014C) is known color: Blackcurrant. HEX triplet: 38, 01 and 4C. RGB value is (56,1,76). Sum of RGB (Red+Green+Blue) = 56+1+76=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #38014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38014C is #C7FEB3. Grayscale: #191919. Windows color (decimal): -13106868 or 4981048. OLE color: 4981048.

HSL color Cylindrical-coordinate representation of color #38014C: hue angle of 284º 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 #38014C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 1 76 -
CMYK 0.26 0.99 0 0.70
HSL 284º 0.97% 0.15% -
HSV(B) 284º 0.99% 0.3% -
XYZ 2.95 1.38 6.95 -
YUV 26 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 56 1 76 0.26 0.99 0 0.70 284 0.97 0.15
Hex 38 1 4C 1A 63 0 46 11C 61 F
Octal 70 1 114 32 143 0 106 434 141 17
Binary 111000 1 1001100 11010 1100011 0 1000110 100011100 1100001 1111

Color Harmonies of #38014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38014C

Black with #38014C

Text Example


Text Example

White with #38014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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