Html Css Color HEX #38034C Blackcurrant

📋 copy color: '#38034C'

red 56 ◦ green 3 ◦ blue 76

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

Shades of Blackcurrant #38034C

Tints of Blackcurrant #38034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

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

R = 41.48%
G = 2.22%
B = 56.3%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38034C (or 0x38034C) is known color: Blackcurrant. HEX triplet: 38, 03 and 4C. RGB value is (56,3,76). Sum of RGB (Red+Green+Blue) = 56+3+76=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #38034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38034C is #C7FCB3. Grayscale: #1A1A1A. Windows color (decimal): -13106356 or 4981560. OLE color: 4981560.

HSL color Cylindrical-coordinate representation of color #38034C: hue angle of 283.56º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38034C is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 3 76 -
CMYK 0.26 0.96 0 0.70
HSL 283.56º 0.92% 0.15% -
HSV(B) 283.56º 0.96% 0.3% -
XYZ 2.97 1.43 6.96 -
YUV 27.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 56 3 76 0.26 0.96 0 0.70 283.56 0.92 0.15
Hex 38 3 4C 1A 60 0 46 11C 5C F
Octal 70 3 114 32 140 0 106 434 134 17
Binary 111000 11 1001100 11010 1100000 0 1000110 100011100 1011100 1111

Color Harmonies of #38034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38034C

Black with #38034C

Text Example


Text Example

White with #38034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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