Html Css Color HEX #38104B Blackcurrant

📋 copy color: '#38104B'

red 56 ◦ green 16 ◦ blue 75

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

Shades of Blackcurrant #38104B

Tints of Blackcurrant #38104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 38.1%
G = 10.88%
B = 51.02%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38104B (or 0x38104B) is known color: Blackcurrant. HEX triplet: 38, 10 and 4B. RGB value is (56,16,75). Sum of RGB (Red+Green+Blue) = 56+16+75=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #38104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38104B is #C7EFB4. Grayscale: #222222. Windows color (decimal): -13103029 or 4919352. OLE color: 4919352.

HSL color Cylindrical-coordinate representation of color #38104B: hue angle of 280.68º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38104B is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 16 75 -
CMYK 0.25 0.79 0 0.71
HSL 280.68º 0.65% 0.18% -
HSV(B) 280.68º 0.79% 0.29% -
XYZ 3.09 1.72 6.83 -
YUV 34.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 56 16 75 0.25 0.79 0 0.71 280.68 0.65 0.18
Hex 38 10 4B 19 4F 0 47 119 41 12
Octal 70 20 113 31 117 0 107 431 101 22
Binary 111000 10000 1001011 11001 1001111 0 1000111 100011001 1000001 10010

Color Harmonies of #38104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38104B

Black with #38104B

Text Example


Text Example

White with #38104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38104B; }

 p { color: rgb(56,16,75); }

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

background-color css

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

 a { background-color: rgb(56,16,75); }

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

border-color css

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

 span { border-color: rgb(56,16,75); }

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