Html Css Color HEX #38123F Blackcurrant

📋 copy color: '#38123F'

red 56 ◦ green 18 ◦ blue 63

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

Shades of Blackcurrant #38123F

Tints of Blackcurrant #38123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.99%

R = 40.88%
G = 13.14%
B = 45.99%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38123F (or 0x38123F) is known color: Blackcurrant. HEX triplet: 38, 12 and 3F. RGB value is (56,18,63). Sum of RGB (Red+Green+Blue) = 56+18+63=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #38123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38123F is #C7EDC0. Grayscale: #222222. Windows color (decimal): -13102529 or 4133432. OLE color: 4133432.

HSL color Cylindrical-coordinate representation of color #38123F: hue angle of 290.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38123F is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 18 63 -
CMYK 0.11 0.71 0 0.75
HSL 290.67º 0.56% 0.16% -
HSV(B) 290.67º 0.71% 0.25% -
XYZ 2.74 1.63 4.87 -
YUV 34.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 56 18 63 0.11 0.71 0 0.75 290.67 0.56 0.16
Hex 38 12 3F B 47 0 4B 123 38 10
Octal 70 22 77 13 107 0 113 443 70 20
Binary 111000 10010 111111 1011 1000111 0 1001011 100100011 111000 10000

Color Harmonies of #38123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38123F

Black with #38123F

Text Example


Text Example

White with #38123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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