Html Css Color HEX #38024D Blackcurrant

📋 copy color: '#38024D'

red 56 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #38024D

Tints of Blackcurrant #38024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 41.48%
G = 1.48%
B = 57.04%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38024D (or 0x38024D) is known color: Blackcurrant. HEX triplet: 38, 02 and 4D. RGB value is (56,2,77). Sum of RGB (Red+Green+Blue) = 56+2+77=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #38024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38024D is #C7FDB2. Grayscale: #1A1A1A. Windows color (decimal): -13106611 or 5046840. OLE color: 5046840.

HSL color Cylindrical-coordinate representation of color #38024D: hue angle of 283.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38024D is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 2 77 -
CMYK 0.27 0.97 0 0.70
HSL 283.2º 0.95% 0.15% -
HSV(B) 283.2º 0.97% 0.3% -
XYZ 2.99 1.42 7.14 -
YUV 26.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 56 2 77 0.27 0.97 0 0.70 283.2 0.95 0.15
Hex 38 2 4D 1B 61 0 46 11B 5F F
Octal 70 2 115 33 141 0 106 433 137 17
Binary 111000 10 1001101 11011 1100001 0 1000110 100011011 1011111 1111

Color Harmonies of #38024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38024D

Black with #38024D

Text Example


Text Example

White with #38024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38024D; }

 p { color: rgb(56,2,77); }

 H1.HeaderClassName
 {
   color: #38024D;
 }
 .AnyTagClassName
 {
   color: #38024D;
 }
</style>

background-color css

<style>
 a { background-color: #38024D; }

 a { background-color: rgb(56,2,77); }

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

border-color css

<style>
 span { border-color: #38024D; }

 span { border-color: rgb(56,2,77); }

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