Html Css Color HEX #381843 Blackcurrant

📋 copy color: '#381843'

red 56 ◦ green 24 ◦ blue 67

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

Shades of Blackcurrant #381843

Tints of Blackcurrant #381843

RGB

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

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

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

R = 38.1%
G = 16.33%
B = 45.58%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381843 (or 0x381843) is known color: Blackcurrant. HEX triplet: 38, 18 and 43. RGB value is (56,24,67). Sum of RGB (Red+Green+Blue) = 56+24+67=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #381843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381843 is #C7E7BC. Grayscale: #262626. Windows color (decimal): -13100989 or 4397112. OLE color: 4397112.

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

Color convert

RGB 56 24 67 -
CMYK 0.16 0.64 0 0.74
HSL 284.65º 0.47% 0.18% -
HSV(B) 284.65º 0.64% 0.26% -
XYZ 2.97 1.9 5.52 -
YUV 38.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 56 24 67 0.16 0.64 0 0.74 284.65 0.47 0.18
Hex 38 18 43 10 40 0 4A 11D 2F 12
Octal 70 30 103 20 100 0 112 435 57 22
Binary 111000 11000 1000011 10000 1000000 0 1001010 100011101 101111 10010

Color Harmonies of #381843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381843

Black with #381843

Text Example


Text Example

White with #381843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381843; }

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

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

background-color css

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

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

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

border-color css

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

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

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