Html Css Color HEX #381243 Blackcurrant

📋 copy color: '#381243'

red 56 ◦ green 18 ◦ blue 67

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

Shades of Blackcurrant #381243

Tints of Blackcurrant #381243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 39.72%
G = 12.77%
B = 47.52%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381243 (or 0x381243) is known color: Blackcurrant. HEX triplet: 38, 12 and 43. RGB value is (56,18,67). Sum of RGB (Red+Green+Blue) = 56+18+67=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #381243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381243 is #C7EDBC. Grayscale: #222222. Windows color (decimal): -13102525 or 4395576. OLE color: 4395576.

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

Color convert

RGB 56 18 67 -
CMYK 0.16 0.73 0 0.74
HSL 286.53º 0.58% 0.17% -
HSV(B) 286.53º 0.73% 0.26% -
XYZ 2.86 1.68 5.48 -
YUV 34.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 56 18 67 0.16 0.73 0 0.74 286.53 0.58 0.17
Hex 38 12 43 10 49 0 4A 11F 3A 11
Octal 70 22 103 20 111 0 112 437 72 21
Binary 111000 10010 1000011 10000 1001001 0 1001010 100011111 111010 10001

Color Harmonies of #381243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381243

Black with #381243

Text Example


Text Example

White with #381243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381243; }

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

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

background-color css

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

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

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

border-color css

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

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

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