Html Css Color HEX #38004E Blackcurrant

📋 copy color: '#38004E'

red 56 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #38004E

Tints of Blackcurrant #38004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 58.21%

R = 41.79%
G = 0%
B = 58.21%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38004E (or 0x38004E) is known color: Blackcurrant. HEX triplet: 38, 00 and 4E. RGB value is (56,0,78). Sum of RGB (Red+Green+Blue) = 56+0+78=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #38004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38004E is #C7FFB1. Grayscale: #191919. Windows color (decimal): -13107122 or 5111864. OLE color: 5111864.

HSL color Cylindrical-coordinate representation of color #38004E: hue angle of 283.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38004E is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 0 78 -
CMYK 0.28 1 0 0.69
HSL 283.08º 1% 0.15% -
HSV(B) 283.08º 1% 0.31% -
XYZ 3.01 1.39 7.32 -
YUV 25.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 56 0 78 0.28 1 0 0.69 283.08 1 0.15
Hex 38 0 4E 1C 64 0 45 11B 64 F
Octal 70 0 116 34 144 0 105 433 144 17
Binary 111000 0 1001110 11100 1100100 0 1000101 100011011 1100100 1111

Color Harmonies of #38004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38004E

Black with #38004E

Text Example


Text Example

White with #38004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38004E; }

 p { color: rgb(56,0,78); }

 H1.HeaderClassName
 {
   color: #38004E;
 }
 .AnyTagClassName
 {
   color: #38004E;
 }
</style>

background-color css

<style>
 a { background-color: #38004E; }

 a { background-color: rgb(56,0,78); }

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

border-color css

<style>
 span { border-color: #38004E; }

 span { border-color: rgb(56,0,78); }

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