Html Css Color HEX #38223F Blackcurrant

📋 copy color: '#38223F'

red 56 ◦ green 34 ◦ blue 63

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

Shades of Blackcurrant #38223F

Tints of Blackcurrant #38223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 36.6%
G = 22.22%
B = 41.18%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38223F (or 0x38223F) is known color: Blackcurrant. HEX triplet: 38, 22 and 3F. RGB value is (56,34,63). Sum of RGB (Red+Green+Blue) = 56+34+63=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #38223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38223F is #C7DDC0. Grayscale: #2B2B2B. Windows color (decimal): -13098433 or 4137528. OLE color: 4137528.

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

Color convert

RGB 56 34 63 -
CMYK 0.11 0.46 0 0.75
HSL 285.52º 0.3% 0.19% -
HSV(B) 285.52º 0.46% 0.25% -
XYZ 3.1 2.34 4.99 -
YUV 43.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 56 34 63 0.11 0.46 0 0.75 285.52 0.3 0.19
Hex 38 22 3F B 2E 0 4B 11E 1E 13
Octal 70 42 77 13 56 0 113 436 36 23
Binary 111000 100010 111111 1011 101110 0 1001011 100011110 11110 10011

Color Harmonies of #38223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38223F

Black with #38223F

Text Example


Text Example

White with #38223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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