Html Css Color HEX #38024C Blackcurrant

📋 copy color: '#38024C'

red 56 ◦ green 2 ◦ blue 76

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

Shades of Blackcurrant #38024C

Tints of Blackcurrant #38024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 56.72%

R = 41.79%
G = 1.49%
B = 56.72%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38024C (or 0x38024C) is known color: Blackcurrant. HEX triplet: 38, 02 and 4C. RGB value is (56,2,76). Sum of RGB (Red+Green+Blue) = 56+2+76=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #38024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38024C is #C7FDB3. Grayscale: #1A1A1A. Windows color (decimal): -13106612 or 4981304. OLE color: 4981304.

HSL color Cylindrical-coordinate representation of color #38024C: hue angle of 283.78º 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 #38024C is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 2 76 -
CMYK 0.26 0.97 0 0.70
HSL 283.78º 0.95% 0.15% -
HSV(B) 283.78º 0.97% 0.3% -
XYZ 2.96 1.41 6.95 -
YUV 26.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 56 2 76 0.26 0.97 0 0.70 283.78 0.95 0.15
Hex 38 2 4C 1A 61 0 46 11C 5F F
Octal 70 2 114 32 141 0 106 434 137 17
Binary 111000 10 1001100 11010 1100001 0 1000110 100011100 1011111 1111

Color Harmonies of #38024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38024C

Black with #38024C

Text Example


Text Example

White with #38024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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