Html Css Color HEX #380348 Blackcurrant

📋 copy color: '#380348'

red 56 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #380348

Tints of Blackcurrant #380348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 42.75%
G = 2.29%
B = 54.96%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380348 (or 0x380348) is known color: Blackcurrant. HEX triplet: 38, 03 and 48. RGB value is (56,3,72). Sum of RGB (Red+Green+Blue) = 56+3+72=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #380348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380348 is #C7FCB7. Grayscale: #1A1A1A. Windows color (decimal): -13106360 or 4719416. OLE color: 4719416.

HSL color Cylindrical-coordinate representation of color #380348: hue angle of 286.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380348 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 3 72 -
CMYK 0.22 0.96 0 0.72
HSL 286.09º 0.92% 0.15% -
HSV(B) 286.09º 0.96% 0.28% -
XYZ 2.83 1.37 6.25 -
YUV 26.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 56 3 72 0.22 0.96 0 0.72 286.09 0.92 0.15
Hex 38 3 48 16 60 0 48 11E 5C F
Octal 70 3 110 26 140 0 110 436 134 17
Binary 111000 11 1001000 10110 1100000 0 1001000 100011110 1011100 1111

Color Harmonies of #380348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380348

Black with #380348

Text Example


Text Example

White with #380348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380348; }

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

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

background-color css

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

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

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

border-color css

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

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

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