Html Css Color HEX #230517 Blackberry

📋 copy color: '#230517'

red 35 ◦ green 5 ◦ blue 23

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

Shades of Blackberry #230517

Tints of Blackberry #230517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 36.51%

R = 55.56%
G = 7.94%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#230517 (or 0x230517) is known color: Blackberry. HEX triplet: 23, 05 and 17. RGB value is (35,5,23). Sum of RGB (Red+Green+Blue) = 35+5+23=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230517 is #DCFAE8. Grayscale: #0F0F0F. Windows color (decimal): -14482153 or 1508643. OLE color: 1508643.

HSL color Cylindrical-coordinate representation of color #230517: hue angle of 324º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230517 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 5 23 -
CMYK 0 0.86 0.34 0.86
HSL 324º 0.75% 0.08% -
HSV(B) 324º 0.86% 0.14% -
XYZ 0.9 0.53 0.86 -
YUV 16.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 35 5 23 0 0.86 0.34 0.86 324 0.75 0.08
Hex 23 5 17 0 56 22 56 144 4B 8
Octal 43 5 27 0 126 42 126 504 113 10
Binary 100011 101 10111 0 1010110 100010 1010110 101000100 1001011 1000

Color Harmonies of #230517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230517

Black with #230517

Text Example


Text Example

White with #230517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230517; }

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

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

background-color css

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

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

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

border-color css

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

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

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