Html Css Color HEX #38024A Blackcurrant

📋 copy color: '#38024A'

red 56 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #38024A

Tints of Blackcurrant #38024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 42.42%
G = 1.52%
B = 56.06%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38024A (or 0x38024A) is known color: Blackcurrant. HEX triplet: 38, 02 and 4A. RGB value is (56,2,74). Sum of RGB (Red+Green+Blue) = 56+2+74=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #38024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38024A is #C7FDB5. Grayscale: #1A1A1A. Windows color (decimal): -13106614 or 4850232. OLE color: 4850232.

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

Color convert

RGB 56 2 74 -
CMYK 0.24 0.97 0 0.71
HSL 285º 0.95% 0.15% -
HSV(B) 285º 0.97% 0.29% -
XYZ 2.89 1.38 6.59 -
YUV 26.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 56 2 74 0.24 0.97 0 0.71 285 0.95 0.15
Hex 38 2 4A 18 61 0 47 11D 5F F
Octal 70 2 112 30 141 0 107 435 137 17
Binary 111000 10 1001010 11000 1100001 0 1000111 100011101 1011111 1111

Color Harmonies of #38024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38024A

Black with #38024A

Text Example


Text Example

White with #38024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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