Html Css Color HEX #231038 Blackcurrant

📋 copy color: '#231038'

red 35 ◦ green 16 ◦ blue 56

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

Shades of Blackcurrant #231038

Tints of Blackcurrant #231038

RGB

 RED value IS 35 (14.06% from 255) = 32.71%

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

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 32.71%
G = 14.95%
B = 52.34%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231038 (or 0x231038) is known color: Blackcurrant. HEX triplet: 23, 10 and 38. RGB value is (35,16,56). Sum of RGB (Red+Green+Blue) = 35+16+56=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #231038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231038 is #DCEFC7. Grayscale: #1A1A1A. Windows color (decimal): -14479304 or 3674147. OLE color: 3674147.

HSL color Cylindrical-coordinate representation of color #231038: hue angle of 268.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231038 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 16 56 -
CMYK 0.37 0.71 0 0.78
HSL 268.5º 0.56% 0.14% -
HSV(B) 268.5º 0.71% 0.22% -
XYZ 1.59 1.01 3.85 -
YUV 26.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 35 16 56 0.37 0.71 0 0.78 268.5 0.56 0.14
Hex 23 10 38 25 47 0 4E 10C 38 E
Octal 43 20 70 45 107 0 116 414 70 16
Binary 100011 10000 111000 100101 1000111 0 1001110 100001100 111000 1110

Color Harmonies of #231038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231038

Black with #231038

Text Example


Text Example

White with #231038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231038; }

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

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

background-color css

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

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

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

border-color css

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

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

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