Html Css Color HEX #381844 Blackcurrant

📋 copy color: '#381844'

red 56 ◦ green 24 ◦ blue 68

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

Shades of Blackcurrant #381844

Tints of Blackcurrant #381844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 37.84%
G = 16.22%
B = 45.95%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381844 (or 0x381844) is known color: Blackcurrant. HEX triplet: 38, 18 and 44. RGB value is (56,24,68). Sum of RGB (Red+Green+Blue) = 56+24+68=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #381844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381844 is #C7E7BB. Grayscale: #262626. Windows color (decimal): -13100988 or 4462648. OLE color: 4462648.

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

Color convert

RGB 56 24 68 -
CMYK 0.18 0.65 0 0.73
HSL 283.64º 0.48% 0.18% -
HSV(B) 283.64º 0.65% 0.27% -
XYZ 3 1.91 5.68 -
YUV 38.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 56 24 68 0.18 0.65 0 0.73 283.64 0.48 0.18
Hex 38 18 44 12 41 0 49 11C 30 12
Octal 70 30 104 22 101 0 111 434 60 22
Binary 111000 11000 1000100 10010 1000001 0 1001001 100011100 110000 10010

Color Harmonies of #381844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381844

Black with #381844

Text Example


Text Example

White with #381844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381844; }

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

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

background-color css

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

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

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

border-color css

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

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

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