Html Css Color HEX #381644 Blackcurrant

📋 copy color: '#381644'

red 56 ◦ green 22 ◦ blue 68

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

Shades of Blackcurrant #381644

Tints of Blackcurrant #381644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

 BLUE value IS 68 (26.95% from 255) = 46.58%

R = 38.36%
G = 15.07%
B = 46.58%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381644 (or 0x381644) is known color: Blackcurrant. HEX triplet: 38, 16 and 44. RGB value is (56,22,68). Sum of RGB (Red+Green+Blue) = 56+22+68=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #381644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381644 is #C7E9BB. Grayscale: #252525. Windows color (decimal): -13101500 or 4462136. OLE color: 4462136.

HSL color Cylindrical-coordinate representation of color #381644: hue angle of 284.35º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381644 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 22 68 -
CMYK 0.18 0.68 0 0.73
HSL 284.35º 0.51% 0.18% -
HSV(B) 284.35º 0.68% 0.27% -
XYZ 2.96 1.83 5.67 -
YUV 37.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 56 22 68 0.18 0.68 0 0.73 284.35 0.51 0.18
Hex 38 16 44 12 44 0 49 11C 33 12
Octal 70 26 104 22 104 0 111 434 63 22
Binary 111000 10110 1000100 10010 1000100 0 1001001 100011100 110011 10010

Color Harmonies of #381644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381644

Black with #381644

Text Example


Text Example

White with #381644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381644; }

 p { color: rgb(56,22,68); }

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

background-color css

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

 a { background-color: rgb(56,22,68); }

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

border-color css

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

 span { border-color: rgb(56,22,68); }

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