Html Css Color HEX #230631 Blackcurrant

📋 copy color: '#230631'

red 35 ◦ green 6 ◦ blue 49

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

Shades of Blackcurrant #230631

Tints of Blackcurrant #230631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.67%

 BLUE value IS 49 (19.53% from 255) = 54.44%

R = 38.89%
G = 6.67%
B = 54.44%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230631 (or 0x230631) is known color: Blackcurrant. HEX triplet: 23, 06 and 31. RGB value is (35,6,49). Sum of RGB (Red+Green+Blue) = 35+6+49=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #230631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230631 is #DCF9CE. Grayscale: #131313. Windows color (decimal): -14481871 or 3212835. OLE color: 3212835.

HSL color Cylindrical-coordinate representation of color #230631: hue angle of 280.47º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230631 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 6 49 -
CMYK 0.29 0.88 0 0.81
HSL 280.47º 0.78% 0.11% -
HSV(B) 280.47º 0.88% 0.19% -
XYZ 1.31 0.71 2.97 -
YUV 19.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 35 6 49 0.29 0.88 0 0.81 280.47 0.78 0.11
Hex 23 6 31 1D 58 0 51 118 4E B
Octal 43 6 61 35 130 0 121 430 116 13
Binary 100011 110 110001 11101 1011000 0 1010001 100011000 1001110 1011

Color Harmonies of #230631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230631

Black with #230631

Text Example


Text Example

White with #230631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230631; }

 p { color: rgb(35,6,49); }

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

background-color css

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

 a { background-color: rgb(35,6,49); }

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

border-color css

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

 span { border-color: rgb(35,6,49); }

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