Html Css Color HEX #381743 Blackcurrant

📋 copy color: '#381743'

red 56 ◦ green 23 ◦ blue 67

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

Shades of Blackcurrant #381743

Tints of Blackcurrant #381743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 45.89%

R = 38.36%
G = 15.75%
B = 45.89%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381743 (or 0x381743) is known color: Blackcurrant. HEX triplet: 38, 17 and 43. RGB value is (56,23,67). Sum of RGB (Red+Green+Blue) = 56+23+67=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #381743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381743 is #C7E8BC. Grayscale: #252525. Windows color (decimal): -13101245 or 4396856. OLE color: 4396856.

HSL color Cylindrical-coordinate representation of color #381743: hue angle of 285º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381743 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 23 67 -
CMYK 0.16 0.66 0 0.74
HSL 285º 0.49% 0.18% -
HSV(B) 285º 0.66% 0.26% -
XYZ 2.95 1.86 5.51 -
YUV 37.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 56 23 67 0.16 0.66 0 0.74 285 0.49 0.18
Hex 38 17 43 10 42 0 4A 11D 31 12
Octal 70 27 103 20 102 0 112 435 61 22
Binary 111000 10111 1000011 10000 1000010 0 1001010 100011101 110001 10010

Color Harmonies of #381743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381743

Black with #381743

Text Example


Text Example

White with #381743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381743; }

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

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

background-color css

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

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

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

border-color css

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

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

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