Html Css Color HEX #230527 Blackcurrant

📋 copy color: '#230527'

red 35 ◦ green 5 ◦ blue 39

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

Shades of Blackcurrant #230527

Tints of Blackcurrant #230527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.33%

 BLUE value IS 39 (15.63% from 255) = 49.37%

R = 44.3%
G = 6.33%
B = 49.37%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#230527 (or 0x230527) is known color: Blackcurrant. HEX triplet: 23, 05 and 27. RGB value is (35,5,39). Sum of RGB (Red+Green+Blue) = 35+5+39=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #230527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230527 is #DCFAD8. Grayscale: #111111. Windows color (decimal): -14482137 or 2557219. OLE color: 2557219.

HSL color Cylindrical-coordinate representation of color #230527: hue angle of 292.94º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #230527 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 5 39 -
CMYK 0.10 0.87 0 0.85
HSL 292.94º 0.77% 0.09% -
HSV(B) 292.94º 0.87% 0.15% -
XYZ 1.11 0.61 1.98 -
YUV 17.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 35 5 39 0.10 0.87 0 0.85 292.94 0.77 0.09
Hex 23 5 27 A 57 0 55 125 4D 9
Octal 43 5 47 12 127 0 125 445 115 11
Binary 100011 101 100111 1010 1010111 0 1010101 100100101 1001101 1001

Color Harmonies of #230527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230527

Black with #230527

Text Example


Text Example

White with #230527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230527; }

 p { color: rgb(35,5,39); }

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

background-color css

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

 a { background-color: rgb(35,5,39); }

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

border-color css

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

 span { border-color: rgb(35,5,39); }

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