Html Css Color HEX #38054C Blackcurrant

📋 copy color: '#38054C'

red 56 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #38054C

Tints of Blackcurrant #38054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 40.88%
G = 3.65%
B = 55.47%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38054C (or 0x38054C) is known color: Blackcurrant. HEX triplet: 38, 05 and 4C. RGB value is (56,5,76). Sum of RGB (Red+Green+Blue) = 56+5+76=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #38054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38054C is #C7FAB3. Grayscale: #1C1C1C. Windows color (decimal): -13105844 or 4982072. OLE color: 4982072.

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

Color convert

RGB 56 5 76 -
CMYK 0.26 0.93 0 0.70
HSL 283.1º 0.88% 0.16% -
HSV(B) 283.1º 0.93% 0.3% -
XYZ 2.99 1.47 6.96 -
YUV 28.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 56 5 76 0.26 0.93 0 0.70 283.1 0.88 0.16
Hex 38 5 4C 1A 5D 0 46 11B 58 10
Octal 70 5 114 32 135 0 106 433 130 20
Binary 111000 101 1001100 11010 1011101 0 1000110 100011011 1011000 10000

Color Harmonies of #38054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38054C

Black with #38054C

Text Example


Text Example

White with #38054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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