Html Css Color HEX #380841 Blackcurrant

📋 copy color: '#380841'

red 56 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #380841

Tints of Blackcurrant #380841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 43.41%
G = 6.2%
B = 50.39%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380841 (or 0x380841) is known color: Blackcurrant. HEX triplet: 38, 08 and 41. RGB value is (56,8,65). Sum of RGB (Red+Green+Blue) = 56+8+65=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #380841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380841 is #C7F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13105087 or 4261944. OLE color: 4261944.

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

Color convert

RGB 56 8 65 -
CMYK 0.14 0.88 0 0.75
HSL 290.53º 0.78% 0.14% -
HSV(B) 290.53º 0.88% 0.25% -
XYZ 2.67 1.4 5.13 -
YUV 28.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 56 8 65 0.14 0.88 0 0.75 290.53 0.78 0.14
Hex 38 8 41 E 58 0 4B 123 4E E
Octal 70 10 101 16 130 0 113 443 116 16
Binary 111000 1000 1000001 1110 1011000 0 1001011 100100011 1001110 1110

Color Harmonies of #380841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380841

Black with #380841

Text Example


Text Example

White with #380841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380841; }

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

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

background-color css

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

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

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

border-color css

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

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

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