Html Css Color HEX #38004F Blackcurrant

📋 copy color: '#38004F'

red 56 ◦ green 0 ◦ blue 79

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

Shades of Blackcurrant #38004F

Tints of Blackcurrant #38004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.52%

R = 41.48%
G = 0%
B = 58.52%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38004F (or 0x38004F) is known color: Blackcurrant. HEX triplet: 38, 00 and 4F. RGB value is (56,0,79). Sum of RGB (Red+Green+Blue) = 56+0+79=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #38004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38004F is #C7FFB0. Grayscale: #191919. Windows color (decimal): -13107121 or 5177400. OLE color: 5177400.

HSL color Cylindrical-coordinate representation of color #38004F: hue angle of 282.53º 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 #38004F is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 0 79 -
CMYK 0.29 1 0 0.69
HSL 282.53º 1% 0.15% -
HSV(B) 282.53º 1% 0.31% -
XYZ 3.04 1.41 7.51 -
YUV 25.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 56 0 79 0.29 1 0 0.69 282.53 1 0.15
Hex 38 0 4F 1D 64 0 45 11B 64 F
Octal 70 0 117 35 144 0 105 433 144 17
Binary 111000 0 1001111 11101 1100100 0 1000101 100011011 1100100 1111

Color Harmonies of #38004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38004F

Black with #38004F

Text Example


Text Example

White with #38004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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