Html Css Color HEX #381741 Blackcurrant

📋 copy color: '#381741'

red 56 ◦ green 23 ◦ blue 65

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

Shades of Blackcurrant #381741

Tints of Blackcurrant #381741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 38.89%
G = 15.97%
B = 45.14%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381741 (or 0x381741) is known color: Blackcurrant. HEX triplet: 38, 17 and 41. RGB value is (56,23,65). Sum of RGB (Red+Green+Blue) = 56+23+65=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #381741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381741 is #C7E8BE. Grayscale: #252525. Windows color (decimal): -13101247 or 4265784. OLE color: 4265784.

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

Color convert

RGB 56 23 65 -
CMYK 0.14 0.65 0 0.75
HSL 287.14º 0.48% 0.17% -
HSV(B) 287.14º 0.65% 0.25% -
XYZ 2.89 1.84 5.2 -
YUV 37.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 56 23 65 0.14 0.65 0 0.75 287.14 0.48 0.17
Hex 38 17 41 E 41 0 4B 11F 30 11
Octal 70 27 101 16 101 0 113 437 60 21
Binary 111000 10111 1000001 1110 1000001 0 1001011 100011111 110000 10001

Color Harmonies of #381741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381741

Black with #381741

Text Example


Text Example

White with #381741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381741; }

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

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

background-color css

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

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

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

border-color css

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

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

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