Html Css Color HEX #38043F Blackcurrant

📋 copy color: '#38043F'

red 56 ◦ green 4 ◦ blue 63

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

Shades of Blackcurrant #38043F

Tints of Blackcurrant #38043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 63 (25% from 255) = 51.22%

R = 45.53%
G = 3.25%
B = 51.22%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38043F (or 0x38043F) is known color: Blackcurrant. HEX triplet: 38, 04 and 3F. RGB value is (56,4,63). Sum of RGB (Red+Green+Blue) = 56+4+63=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #38043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38043F is #C7FBC0. Grayscale: #1A1A1A. Windows color (decimal): -13106113 or 4129848. OLE color: 4129848.

HSL color Cylindrical-coordinate representation of color #38043F: hue angle of 292.88º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38043F is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 4 63 -
CMYK 0.11 0.94 0 0.75
HSL 292.88º 0.88% 0.13% -
HSV(B) 292.88º 0.94% 0.25% -
XYZ 2.57 1.29 4.82 -
YUV 26.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 56 4 63 0.11 0.94 0 0.75 292.88 0.88 0.13
Hex 38 4 3F B 5E 0 4B 125 58 D
Octal 70 4 77 13 136 0 113 445 130 15
Binary 111000 100 111111 1011 1011110 0 1001011 100100101 1011000 1101

Color Harmonies of #38043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38043F

Black with #38043F

Text Example


Text Example

White with #38043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,4,63); }

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

background-color css

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

 a { background-color: rgb(56,4,63); }

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

border-color css

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

 span { border-color: rgb(56,4,63); }

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