Html Css Color HEX #380341 Blackcurrant

📋 copy color: '#380341'

red 56 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #380341

Tints of Blackcurrant #380341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.42%

R = 45.16%
G = 2.42%
B = 52.42%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380341 (or 0x380341) is known color: Blackcurrant. HEX triplet: 38, 03 and 41. RGB value is (56,3,65). Sum of RGB (Red+Green+Blue) = 56+3+65=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #380341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380341 is #C7FCBE. Grayscale: #191919. Windows color (decimal): -13106367 or 4260664. OLE color: 4260664.

HSL color Cylindrical-coordinate representation of color #380341: hue angle of 291.29º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380341 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 3 65 -
CMYK 0.14 0.95 0 0.75
HSL 291.29º 0.91% 0.13% -
HSV(B) 291.29º 0.95% 0.25% -
XYZ 2.62 1.29 5.11 -
YUV 25.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 56 3 65 0.14 0.95 0 0.75 291.29 0.91 0.13
Hex 38 3 41 E 5F 0 4B 123 5B D
Octal 70 3 101 16 137 0 113 443 133 15
Binary 111000 11 1000001 1110 1011111 0 1001011 100100011 1011011 1101

Color Harmonies of #380341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380341

Black with #380341

Text Example


Text Example

White with #380341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380341; }

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

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

background-color css

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

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

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

border-color css

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

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

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