Html Css Color HEX #38044C Blackcurrant

📋 copy color: '#38044C'

red 56 ◦ green 4 ◦ blue 76

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

Shades of Blackcurrant #38044C

Tints of Blackcurrant #38044C

RGB

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

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

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

R = 41.18%
G = 2.94%
B = 55.88%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38044C (or 0x38044C) is known color: Blackcurrant. HEX triplet: 38, 04 and 4C. RGB value is (56,4,76). Sum of RGB (Red+Green+Blue) = 56+4+76=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #38044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38044C is #C7FBB3. Grayscale: #1B1B1B. Windows color (decimal): -13106100 or 4981816. OLE color: 4981816.

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

Color convert

RGB 56 4 76 -
CMYK 0.26 0.95 0 0.70
HSL 283.33º 0.9% 0.16% -
HSV(B) 283.33º 0.95% 0.3% -
XYZ 2.98 1.45 6.96 -
YUV 27.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 56 4 76 0.26 0.95 0 0.70 283.33 0.9 0.16
Hex 38 4 4C 1A 5F 0 46 11B 5A 10
Octal 70 4 114 32 137 0 106 433 132 20
Binary 111000 100 1001100 11010 1011111 0 1000110 100011011 1011010 10000

Color Harmonies of #38044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38044C

Black with #38044C

Text Example


Text Example

White with #38044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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